hotspot/src/share/vm/runtime/globals.hpp
changeset 13924 159131321ed4
parent 13861 619cff4bfb8b
child 13925 37f75ba502b1
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Oct 01 13:29:11 2012 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 03 08:08:52 2012 -0700
@@ -3065,6 +3065,9 @@
   develop(uintx, GCExpandToAllocateDelayMillis, 0,                          \
           "Delay in ms between expansion and allocation")                   \
                                                                             \
+  develop(uintx, GCWorkerDelayMillis, 0,                                    \
+          "Delay in ms in scheduling GC workers")                           \
+                                                                            \
   product(intx, DeferThrSuspendLoopCount,     4000,                         \
           "(Unstable) Number of times to iterate in safepoint loop "        \
           " before blocking VM threads ")                                   \