hotspot/src/share/vm/opto/c2_globals.hpp
changeset 33166 81352250770f
parent 33163 9e128b399e48
child 33447 fa16119dcde7
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Oct 09 15:00:17 2015 +0200
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Oct 09 12:17:58 2015 -0700
@@ -342,6 +342,9 @@
   product(bool, SuperWordReductions, true,                                  \
           "Enable reductions support in superword.")                        \
                                                                             \
+  product(bool, DoReserveCopyInSuperWord, true,                             \
+          "Create reserve copy of graph in SuperWord.")                     \
+                                                                            \
   notproduct(bool, TraceSuperWord, false,                                   \
           "Trace superword transforms")                                     \
                                                                             \