mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-07 14:40:22 +00:00
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:
parent
08e7841365
commit
64ca7559f5
@ -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") \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user