comparison src/share/vm/graal/graalGlobals.hpp @ 15365:0aed1c2d0caa

graal init: add flag to force compiler initialization
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 24 Apr 2014 17:31:25 +0200
parents 66e3af78ea96
children 619e823d69c4
comparison
equal deleted inserted replaced
15364:9693513ce95c 15365:0aed1c2d0caa
50 "Enable JVMTI for the compiler thread") \ 50 "Enable JVMTI for the compiler thread") \
51 \ 51 \
52 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \ 52 COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \
53 "Bootstrap Graal before running Java main method")) \ 53 "Bootstrap Graal before running Java main method")) \
54 \ 54 \
55 product(bool, ForceGraalInitialization, false, \
56 "Force VM to initialize the Compiler although not used") \
57 \
55 product(intx, TraceGraal, 0, \ 58 product(intx, TraceGraal, 0, \
56 "Trace level for Graal") \ 59 "Trace level for Graal") \
57 \ 60 \
58 product(intx, GraalCounterSize, 0, \ 61 product(intx, GraalCounterSize, 0, \
59 "Reserved size for benchmark counters") \ 62 "Reserved size for benchmark counters") \