comparison src/share/vm/graal/graalGlobals.hpp @ 16113:a3a9d703c078

disabled UseGraalCompilationQueue by default
author Doug Simon <doug.simon@oracle.com>
date Mon, 16 Jun 2014 23:07:45 +0200
parents 8d8c6a40d8e2
children a87f6927d73e
comparison
equal deleted inserted replaced
16112:2c65a5a280ed 16113:a3a9d703c078
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, true, \ 55 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \
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 \