diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Tue Apr 21 14:57:13 2015 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Tue Apr 21 10:47:43 2015 -0700
@@ -67,6 +67,10 @@
   GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true,                \
           "Perform explicit safepoint checks while installing code"))       \
                                                                             \
+  NOT_COMPILER2(product(intx, MaxVectorSize, 32,                            \
+          "Max vector size in bytes, "                                      \
+          "actual size could be less depending on elements type"))          \
+                                                                            \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
                                                                             \