comparison src/share/vm/runtime/globals.hpp @ 10024:b2934877ba61

Reverted default compilation policy to 4 if Graal is the only compiler.
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 13 Jun 2013 14:47:00 +0200
parents 3d4cdc2de2c1
children 836a62f43af9
comparison
equal deleted inserted replaced
10023:3d4cdc2de2c1 10024:b2934877ba61
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, 0, \ 2397 product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4), \
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 " \