comparison src/share/vm/graal/graalGlobals.hpp @ 16017:8d8c6a40d8e2

Backed out changeset: a1b9340534bf
author Doug Simon <doug.simon@oracle.com>
date Wed, 04 Jun 2014 19:17:22 +0200
parents a1b9340534bf
children a3a9d703c078
comparison
equal deleted inserted replaced
16016:a1b9340534bf 16017:8d8c6a40d8e2
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 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \ 55 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, true, \
56 "Use non-native compilation queue for Graal")) \ 56 "Use non-native compilation queue for Graal")) \
57 \ 57 \
58 product(bool, ForceGraalInitialization, false, \ 58 product(bool, ForceGraalInitialization, false, \
59 "Force VM to initialize the compiler even if not used") \ 59 "Force VM to initialize the compiler even if not used") \
60 \ 60 \