comparison src/share/vm/graal/graalGlobals.hpp @ 15464:8df78fe6d84c

re-enabled use of Graal compilation queue by default until regression when using HotSpot queue is understood/resolved
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 09:12:23 +0200
parents a20be10ad437
children a1b9340534bf
comparison
equal deleted inserted replaced
15463:a20be10ad437 15464:8df78fe6d84c
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 \