--- old/src/share/vm/runtime/globals.hpp 2016-11-22 11:22:18.135126585 +0100 +++ new/src/share/vm/runtime/globals.hpp 2016-11-22 11:22:18.029123377 +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") \ \