comparison src/share/vm/graal/graalGlobals.hpp @ 19895:c3d9637c98ed

Add GraalHostThreads flag to overwrite the number of threads spawned for the baseline compiler.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 16 Mar 2015 21:49:59 +0100
parents 8f2fb6bec986
children f2bdbfe9201b
comparison
equal deleted inserted replaced
19869:e808c8324035 19895:c3d9637c98ed
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(intx, GraalHostThreads, 1, \
65 "Force number of compiler threads for Graal host compiler")) \
66 \
64 GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true, \ 67 GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true, \
65 "Perform explicit safepoint checks while installing code")) \ 68 "Perform explicit safepoint checks while installing code")) \
66 \ 69 \
67 product(intx, TraceGraal, 0, \ 70 product(intx, TraceGraal, 0, \
68 "Trace level for Graal") \ 71 "Trace level for Graal") \