hotspot/src/share/vm/runtime/globals.hpp
changeset 7416 cfe3bfab7d48
parent 7397 5b173b4ca846
child 7421 4abc09aaa48d
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Dec 02 13:20:39 2010 -0500
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Dec 07 16:47:42 2010 -0500
@@ -1403,6 +1403,10 @@
           "The exit of a JNI CS necessitating a scavenge also"              \
           " kicks off a bkgrd concurrent collection")                       \
                                                                             \
+  product(uintx, GCLockerEdenExpansionPercent, 5,                           \
+          "How much the GC can expand the eden by while the GC locker  "    \
+          "is active (as a percentage)")                                    \
+                                                                            \
   develop(bool, UseCMSAdaptiveFreeLists, true,                              \
           "Use Adaptive Free Lists in the CMS generation")                  \
                                                                             \