comparison src/share/vm/graal/graalGlobals.hpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents 8cd953e97e2d
children a6c144380ce7
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
47 #define GRAAL_FLAGS(develop, develop_pd, product, product_pd, notproduct) \ 47 #define GRAAL_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
48 \ 48 \
49 product(bool, DebugGraal, true, \ 49 product(bool, DebugGraal, true, \
50 "Enable JVMTI for the compiler thread") \ 50 "Enable JVMTI for the compiler thread") \
51 \ 51 \
52 GRAALVM_ONLY(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(intx, TraceGraal, 0, \ 55 product(intx, TraceGraal, 0, \
56 "Trace level for Graal") \ 56 "Trace level for Graal") \
57 \ 57 \