8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long

MonitorInUseLists on by default

Reviewed-by: rbackman, mlarsson
This commit is contained in:
David Simms 2016-04-26 12:46:40 +02:00
parent 08e7841365
commit 64ca7559f5

View File

@ -1253,7 +1253,7 @@ public:
product(intx, MonitorBound, 0, "Bound Monitor population") \
range(0, max_jint) \
\
product(bool, MonitorInUseLists, false, "Track Monitors for Deflation") \
product(bool, MonitorInUseLists, true, "Track Monitors for Deflation") \
\
experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) " \
"Experimental Sync flags") \