comparison src/share/vm/runtime/globals.hpp @ 13071:e2509677809c

8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie Reviewed-by: kvn, iveresov
author vlivanov
date Fri, 08 Nov 2013 01:13:11 -0800
parents 5ccbab1c69f3
children 78da3894b86f
comparison
equal deleted inserted replaced
13047:be525e91f65b 13071: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, \