hotspot/src/share/vm/runtime/globals.hpp
changeset 5076 8b74a4b60b31
parent 5039 0ab1816a8c6d
child 5095 06b1faf0df9c
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 03 08:10:41 2010 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 03 14:48:26 2010 -0800
@@ -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,                                              \