comparison src/share/vm/graal/graalGlobals.hpp @ 17241:6fcb6691fe5f

Add safepoint checks during code installation
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 26 Sep 2014 16:00:09 -0700
parents c9284d733aa1
children 8f2fb6bec986
comparison
equal deleted inserted replaced
17240:136ba6d379f2 17241:6fcb6691fe5f
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 GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true, \
65 "Perform explicit safepoint checks while installing code")) \
66 \
64 product(intx, TraceGraal, 0, \ 67 product(intx, TraceGraal, 0, \
65 "Trace level for Graal") \ 68 "Trace level for Graal") \
66 \ 69 \
67 product(intx, GraalCounterSize, 0, \ 70 product(intx, GraalCounterSize, 0, \
68 "Reserved size for benchmark counters") \ 71 "Reserved size for benchmark counters") \