comparison src/share/vm/graal/graalGlobals.hpp @ 15400:619e823d69c4

graal init: improve help text
author Bernhard Urban <bernhard.urban@jku.at>
date Fri, 25 Apr 2014 12:01:29 +0200
parents 0aed1c2d0caa
children a20be10ad437
comparison
equal deleted inserted replaced
15399:40d0022115ee 15400:619e823d69c4
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, \ 55 product(bool, ForceGraalInitialization, false, \
56 "Force VM to initialize the Compiler although not used") \ 56 "Force VM to initialize the compiler even if not used") \
57 \ 57 \
58 product(intx, TraceGraal, 0, \ 58 product(intx, TraceGraal, 0, \
59 "Trace level for Graal") \ 59 "Trace level for Graal") \
60 \ 60 \
61 product(intx, GraalCounterSize, 0, \ 61 product(intx, GraalCounterSize, 0, \