src/share/vm/runtime/globals.hpp

changeset 6096
e2509677809c
parent 5987
5ccbab1c69f3
child 6099
78da3894b86f
equal deleted inserted replaced
6072:be525e91f65b 6096:e2509677809c
3017 "Number of exits until DeoptimizeALot kicks in") \ 3017 "Number of exits until DeoptimizeALot kicks in") \
3018 \ 3018 \
3019 notproduct(intx, ZombieALotInterval, 5, \ 3019 notproduct(intx, ZombieALotInterval, 5, \
3020 "Number of exits until ZombieALot kicks in") \ 3020 "Number of exits until ZombieALot kicks in") \
3021 \ 3021 \
3022 develop(bool, StressNonEntrant, false, \
3023 "Mark nmethods non-entrant at registration") \
3024 \
3025 diagnostic(intx, MallocVerifyInterval, 0, \ 3022 diagnostic(intx, MallocVerifyInterval, 0, \
3026 "If non-zero, verify C heap after every N calls to " \ 3023 "If non-zero, verify C heap after every N calls to " \
3027 "malloc/realloc/free") \ 3024 "malloc/realloc/free") \
3028 \ 3025 \
3029 diagnostic(intx, MallocVerifyStart, 0, \ 3026 diagnostic(intx, MallocVerifyStart, 0, \

mercurial