hotspot/src/share/vm/runtime/globals.hpp
changeset 5433 c182d4c3039e
parent 5431 5c4054a50dbb
child 5436 727ea9be3ad4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon May 03 17:23:58 2010 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon May 03 20:19:05 2010 -0700
@@ -1303,6 +1303,10 @@
           "also unloads classes during such a concurrent gc cycle "         \
           "(effective only when UseConcMarkSweepGC)")                       \
                                                                             \
+  product(bool, GCLockerInvokesConcurrent, false,                           \
+          "The exit of a JNI CS necessitating a scavenge also"              \
+          " kicks off a bkgrd concurrent collection")                       \
+                                                                            \
   develop(bool, UseCMSAdaptiveFreeLists, true,                              \
           "Use Adaptive Free Lists in the CMS generation")                  \
                                                                             \