< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 13054 : imported patch monitor_deflate_conc

@@ -1182,10 +1182,14 @@
   product(intx, MonitorBound, 0, "Bound Monitor population")                \
           range(0, max_jint)                                                \
                                                                             \
   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
                                                                             \
+  product(bool, AsyncDeflateIdleMonitors, false,                            \
+          "Deflate idle monitors in the service thread. This flag is "      \
+          "ignored if +MonitorInUseLists")                                  \
+                                                                            \
   experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) "                    \
                "Experimental Sync flags")                                   \
                                                                             \
   experimental(intx, SyncVerbose, 0, "(Unstable)")                          \
                                                                             \
< prev index next >