mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6852873: Reduce safepoint cleanup time
New optional flags to reduce inflated monitor cleanup times Reviewed-by: chrisphi, dice
This commit is contained in:
parent
d2703f3e8d
commit
9934e0af8e
5 changed files with 221 additions and 54 deletions
|
@ -920,6 +920,10 @@ class CommandLineFlags {
|
|||
\
|
||||
product(intx, AlwaysInflate, 0, "(Unstable) Force inflation") \
|
||||
\
|
||||
product(intx, MonitorBound, 0, "Bound Monitor population") \
|
||||
\
|
||||
product(bool, MonitorInUseLists, false, "Track Monitors for Deflation") \
|
||||
\
|
||||
product(intx, Atomics, 0, \
|
||||
"(Unsafe,Unstable) Diagnostic - Controls emission of atomics") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue