8211384: Obsolete -XX:+/-MonitorInUseLists option

Reviewed-by: mikael, rkennke, shade, dcubed
This commit is contained in:
Claes Redestad 2018-10-03 15:05:46 +02:00
parent 221005a3d4
commit 08b8a3149b
5 changed files with 33 additions and 102 deletions

View file

@ -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). " \