comparison src/share/vm/graal/graalGlobals.hpp @ 16016:a1b9340534bf

made UseGraalCompilationQueue false by default to see if perf. issue(s) still exist
author Doug Simon <doug.simon@oracle.com>
date Wed, 04 Jun 2014 15:59:26 +0200
parents 8df78fe6d84c
children 8d8c6a40d8e2
comparison
equal deleted inserted replaced
16015:19a48d9834e1 16016:a1b9340534bf
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 \