6852873: Reduce safepoint cleanup time

New optional flags to reduce inflated monitor cleanup times

Reviewed-by: chrisphi, dice
This commit is contained in:
Karen Kinnear 2010-06-03 13:21:47 -04:00
parent d2703f3e8d
commit 9934e0af8e
5 changed files with 221 additions and 54 deletions

View file

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