comparison src/share/vm/runtime/globals.hpp @ 10640:88672775a26c

Compilation policy fixes and changed default compilation policy.
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 08 Jul 2013 16:55:28 +0200
parents 703d00fe2703
children d55f24eac4b1
comparison
equal deleted inserted replaced
10639:08e06d4a9e73 10640:88672775a26c
2397 /* compiler */ \ 2397 /* compiler */ \
2398 \ 2398 \
2399 product(intx, CICompilerCount, CI_COMPILER_COUNT, \ 2399 product(intx, CICompilerCount, CI_COMPILER_COUNT, \
2400 "Number of compiler threads to run") \ 2400 "Number of compiler threads to run") \
2401 \ 2401 \
2402 product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4), \ 2402 product(intx, CompilationPolicyChoice, 0, \
2403 "which compilation policy (0/1)") \ 2403 "which compilation policy (0/1)") \
2404 \ 2404 \
2405 develop(bool, UseStackBanging, true, \ 2405 develop(bool, UseStackBanging, true, \
2406 "use stack banging for stack overflow checks (required for " \ 2406 "use stack banging for stack overflow checks (required for " \
2407 "proper StackOverflow handling; disable only to measure cost " \ 2407 "proper StackOverflow handling; disable only to measure cost " \