< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 13098 : imported patch deflation

@@ -1182,10 +1182,16 @@
   product(intx, MonitorBound, 0, "Bound Monitor population")                \
           range(0, max_jint)                                                \
                                                                             \
   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
                                                                             \
+  experimental(intx, MonitorUsedDeflationThreshold, 90,                     \
+          "Percentage of used monitors before trigger cleanup "             \
+          "safepoint which deflates monitors (0 is off)"                    \
+          "The check is performed on GuaranteedSafepointInterval")          \
+          range(0, 100)                                                     \
+                                                                            \
   experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) "                    \
                "Experimental Sync flags")                                   \
                                                                             \
   experimental(intx, SyncVerbose, 0, "(Unstable)")                          \
                                                                             \
< prev index next >