comparison src/share/vm/graal/graalGlobals.hpp @ 21124:019ae3824a4e

[SPARC] Set MaxVectorSize=8
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 27 Apr 2015 16:02:54 +0200
parents 2e35a4ea22ac
children
comparison
equal deleted inserted replaced
21120:c92676a390b8 21124:019ae3824a4e
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, \ 70 NOT_COMPILER2(product_pd(intx, MaxVectorSize, \
71 "Max vector size in bytes, " \ 71 "Max vector size in bytes, " \
72 "actual size could be less depending on elements type")) \ 72 "actual size could be less depending on elements type")) \
73 \ 73 \
74 product(intx, TraceGraal, 0, \ 74 product(intx, TraceGraal, 0, \
75 "Trace level for Graal") \ 75 "Trace level for Graal") \