src/share/vm/runtime/globals.hpp

changeset 9982
72053ed6f8d4
parent 9896
1b8c45b8216a
child 9990
219f17701f43
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Aug 17 13:56:16 2020 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Nov 24 11:27:57 2016 +0100
     1.3 @@ -2019,7 +2019,7 @@
     1.4    experimental(uintx, WorkStealingSpinToYieldRatio, 10,                     \
     1.5            "Ratio of hard spins to calls to yield")                          \
     1.6                                                                              \
     1.7 -  develop(uintx, ObjArrayMarkingStride, 512,                                \
     1.8 +  develop(uintx, ObjArrayMarkingStride, 2048,                               \
     1.9            "Number of object array elements to push onto the marking stack " \
    1.10            "before pushing a continuation entry")                            \
    1.11                                                                              \

mercurial