src/share/vm/runtime/globals.hpp

changeset 9982
72053ed6f8d4
parent 9896
1b8c45b8216a
child 9990
219f17701f43
equal deleted inserted replaced
9980:cbabffce5685 9982:72053ed6f8d4
2017 "time out of hard spin") \ 2017 "time out of hard spin") \
2018 \ 2018 \
2019 experimental(uintx, WorkStealingSpinToYieldRatio, 10, \ 2019 experimental(uintx, WorkStealingSpinToYieldRatio, 10, \
2020 "Ratio of hard spins to calls to yield") \ 2020 "Ratio of hard spins to calls to yield") \
2021 \ 2021 \
2022 develop(uintx, ObjArrayMarkingStride, 512, \ 2022 develop(uintx, ObjArrayMarkingStride, 2048, \
2023 "Number of object array elements to push onto the marking stack " \ 2023 "Number of object array elements to push onto the marking stack " \
2024 "before pushing a continuation entry") \ 2024 "before pushing a continuation entry") \
2025 \ 2025 \
2026 develop(bool, MetadataAllocationFailALot, false, \ 2026 develop(bool, MetadataAllocationFailALot, false, \
2027 "Fail metadata allocations at intervals controlled by " \ 2027 "Fail metadata allocations at intervals controlled by " \

mercurial