diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Mon Apr 27 11:55:51 2015 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Mon Apr 27 16:02:54 2015 +0200
@@ -67,7 +67,7 @@
   GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true,                \
           "Perform explicit safepoint checks while installing code"))       \
                                                                             \
-  NOT_COMPILER2(product(intx, MaxVectorSize, 32,                            \
+  NOT_COMPILER2(product_pd(intx, MaxVectorSize,                                \
           "Max vector size in bytes, "                                      \
           "actual size could be less depending on elements type"))          \
                                                                             \