mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8211384: Obsolete -XX:+/-MonitorInUseLists option
Reviewed-by: mikael, rkennke, shade, dcubed
This commit is contained in:
parent
221005a3d4
commit
08b8a3149b
5 changed files with 33 additions and 102 deletions
|
@ -827,8 +827,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
product(intx, MonitorBound, 0, "Bound Monitor population") \
|
||||
range(0, max_jint) \
|
||||
\
|
||||
product(bool, MonitorInUseLists, true, "Track Monitors for Deflation") \
|
||||
\
|
||||
experimental(intx, MonitorUsedDeflationThreshold, 90, \
|
||||
"Percentage of used monitors before triggering cleanup " \
|
||||
"safepoint which deflates monitors (0 is off). " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue