comparison src/share/vm/runtime/globals.hpp @ 5180:6ab0cd9909b1

turn off experimental options (graph caching, compilation queue changes)
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 29 Mar 2012 19:04:07 +0200
parents 5715abb8e29a
children e1e681a5558e
comparison
equal deleted inserted replaced
5179:5dc9d5c75ab2 5180:6ab0cd9909b1
2505 /* compiler */ \ 2505 /* compiler */ \
2506 \ 2506 \
2507 product(intx, CICompilerCount, CI_COMPILER_COUNT, \ 2507 product(intx, CICompilerCount, CI_COMPILER_COUNT, \
2508 "Number of compiler threads to run") \ 2508 "Number of compiler threads to run") \
2509 \ 2509 \
2510 product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(4), \ 2510 product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(0), \
2511 "which compilation policy (0/1)") \ 2511 "which compilation policy (0/1)") \
2512 \ 2512 \
2513 develop(bool, UseStackBanging, true, \ 2513 develop(bool, UseStackBanging, true, \
2514 "use stack banging for stack overflow checks (required for " \ 2514 "use stack banging for stack overflow checks (required for " \
2515 "proper StackOverflow handling; disable only to measure cost " \ 2515 "proper StackOverflow handling; disable only to measure cost " \