diff src/share/vm/runtime/globals.hpp @ 1587:b96a3e44582f

6852873: Reduce safepoint cleanup time Summary: New optional flags to reduce inflated monitor cleanup times Reviewed-by: chrisphi, dice
author acorn
date Thu, 03 Jun 2010 13:21:47 -0400
parents 1a88d3c58e1d
children 3a9de63b2209
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed May 26 14:16:55 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Jun 03 13:21:47 2010 -0400
@@ -920,6 +920,10 @@
                                                                             \
   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")    \
                                                                             \