< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 10719 : [backport] Fix up superfluous changes against upstream

@@ -2024,11 +2024,11 @@
           "time out of hard spin")                                          \
                                                                             \
   experimental(uintx, WorkStealingSpinToYieldRatio, 10,                     \
           "Ratio of hard spins to calls to yield")                          \
                                                                             \
-  develop(uintx, ObjArrayMarkingStride, 2048,                               \
+  develop(uintx, ObjArrayMarkingStride, 512,                                \
           "Number of object array elements to push onto the marking stack " \
           "before pushing a continuation entry")                            \
                                                                             \
   develop(bool, MetadataAllocationFailALot, false,                          \
           "Fail metadata allocations at intervals controlled by "           \
< prev index next >