diff src/share/vm/runtime/globals.hpp @ 1330:4a9cc99938e3

Merge
author acorn
date Fri, 26 Mar 2010 11:10:26 -0400
parents 0f6600cee529 2a1472c30599
children 9bb91718aaf2
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 25 16:54:59 2010 -0700
+++ b/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,                                              \