8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long
Summary: MonitorInUseLists on by default
Reviewed-by: rbackman, mlarsson
--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Apr 27 08:48:39 2016 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Apr 26 12:46:40 2016 +0200
@@ -1253,7 +1253,7 @@
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") \