diff -r cbabffce5685 -r 72053ed6f8d4 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Mon Aug 17 13:56:16 2020 -0400 +++ b/src/share/vm/runtime/globals.hpp Thu Nov 24 11:27:57 2016 +0100 @@ -2019,7 +2019,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") \ \