diff src/share/vm/runtime/globals.hpp @ 6817:f81a7c0c618d

7199349: NPG: PS: Crash seen in jprt Reviewed-by: johnc
author jmasa
date Wed, 03 Oct 2012 08:08:52 -0700
parents 9a86ddfc6c8f
children 22b8d3d181d9
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Oct 01 13:29:11 2012 +0200
+++ b/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 ")                                   \