hotspot/src/share/vm/runtime/globals.hpp
changeset 5095 06b1faf0df9c
parent 5086 ebccc0bb7b8e
parent 5076 8b74a4b60b31
child 5235 9261638fa59c
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 25 16:54:59 2010 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 26 11:10:26 2010 -0400
@@ -1795,6 +1795,10 @@
   product(uintx, PreserveMarkStackSize, 1024,                               \
           "Size for stack used in promotion failure handling")              \
                                                                             \
+  develop(uintx, ObjArrayMarkingStride, 512,                                \
+          "Number of ObjArray elements to push onto the marking stack"      \
+          "before pushing a continuation entry")                            \
+                                                                            \
   product_pd(bool, UseTLAB, "Use thread-local object allocation")           \
                                                                             \
   product_pd(bool, ResizeTLAB,                                              \