comparison src/share/vm/graal/graalGlobals.hpp @ 21074:2e35a4ea22ac

Add MaxVectorSize to Graal globals
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 21 Apr 2015 10:47:43 -0700
parents f2bdbfe9201b
children 019ae3824a4e
comparison
equal deleted inserted replaced
21073:8189de5b6a2f 21074:2e35a4ea22ac
65 "Force number of compiler threads for Graal host compiler")) \ 65 "Force number of compiler threads for Graal host compiler")) \
66 \ 66 \
67 GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true, \ 67 GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true, \
68 "Perform explicit safepoint checks while installing code")) \ 68 "Perform explicit safepoint checks while installing code")) \
69 \ 69 \
70 NOT_COMPILER2(product(intx, MaxVectorSize, 32, \
71 "Max vector size in bytes, " \
72 "actual size could be less depending on elements type")) \
73 \
70 product(intx, TraceGraal, 0, \ 74 product(intx, TraceGraal, 0, \
71 "Trace level for Graal") \ 75 "Trace level for Graal") \
72 \ 76 \
73 product(intx, GraalCounterSize, 0, \ 77 product(intx, GraalCounterSize, 0, \
74 "Reserved size for benchmark counters") \ 78 "Reserved size for benchmark counters") \