comparison src/share/vm/runtime/globals.hpp @ 10023:3d4cdc2de2c1

Temporarily changed compilation policy to 0.
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 13 Jun 2013 14:45:32 +0200
parents c76b43ed5089
children b2934877ba61
comparison
equal deleted inserted replaced
10022:3ce140f4f2c9 10023:3d4cdc2de2c1
2392 /* compiler */ \ 2392 /* compiler */ \
2393 \ 2393 \
2394 product(intx, CICompilerCount, CI_COMPILER_COUNT, \ 2394 product(intx, CICompilerCount, CI_COMPILER_COUNT, \
2395 "Number of compiler threads to run") \ 2395 "Number of compiler threads to run") \
2396 \ 2396 \
2397 product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4), \ 2397 product(intx, CompilationPolicyChoice, 0, \
2398 "which compilation policy (0/1)") \ 2398 "which compilation policy (0/1)") \
2399 \ 2399 \
2400 develop(bool, UseStackBanging, true, \ 2400 develop(bool, UseStackBanging, true, \
2401 "use stack banging for stack overflow checks (required for " \ 2401 "use stack banging for stack overflow checks (required for " \
2402 "proper StackOverflow handling; disable only to measure cost " \ 2402 "proper StackOverflow handling; disable only to measure cost " \