comparison src/share/vm/graal/graalGlobals.hpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 619e823d69c4
children 8df78fe6d84c
comparison
equal deleted inserted replaced
15462:05d3f069cff2 15463:a20be10ad437
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 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 \
55 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \
56 "Use non-native compilation queue for Graal")) \
54 \ 57 \
55 product(bool, ForceGraalInitialization, false, \ 58 product(bool, ForceGraalInitialization, false, \
56 "Force VM to initialize the compiler even if not used") \ 59 "Force VM to initialize the compiler even if not used") \
57 \ 60 \
58 product(intx, TraceGraal, 0, \ 61 product(intx, TraceGraal, 0, \