comparison src/share/vm/graal/graalGlobals.hpp @ 16399:4481cf549cfc

removed (Java based) CompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 23:28:35 +0200
parents ad431bf0de07
children c9284d733aa1
comparison
equal deleted inserted replaced
16398:c5ab3fbec257 16399:4481cf549cfc
59 "Print Graal bootstrap progress and summary")) \ 59 "Print Graal bootstrap progress and summary")) \
60 \ 60 \
61 COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1, \ 61 COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1, \
62 "Force number of Graal compiler threads to use")) \ 62 "Force number of Graal compiler threads to use")) \
63 \ 63 \
64 COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \
65 "Use non-native compilation queue for Graal")) \
66 \
67 product(bool, ForceGraalInitialization, false, \
68 "Force VM to initialize the compiler even if not used") \
69 \
70 product(intx, TraceGraal, 0, \ 64 product(intx, TraceGraal, 0, \
71 "Trace level for Graal") \ 65 "Trace level for Graal") \
72 \ 66 \
73 product(intx, GraalCounterSize, 0, \ 67 product(intx, GraalCounterSize, 0, \
74 "Reserved size for benchmark counters") \ 68 "Reserved size for benchmark counters") \