hotspot/src/share/vm/runtime/globals.hpp
changeset 42597 a9611bab7578
parent 42062 473286891dd8
child 42650 1f304d0c888b
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 24 09:33:54 2016 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 24 11:27:57 2016 +0100
@@ -1988,7 +1988,7 @@
   experimental(uintx, WorkStealingSpinToYieldRatio, 10,                     \
           "Ratio of hard spins to calls to yield")                          \
                                                                             \
-  develop(uintx, ObjArrayMarkingStride, 512,                                \
+  develop(uintx, ObjArrayMarkingStride, 2048,                               \
           "Number of object array elements to push onto the marking stack " \
           "before pushing a continuation entry")                            \
                                                                             \