hotspot/src/share/vm/opto/c2_globals.hpp
changeset 46692 117b089cb1c3
parent 46486 314aa24e62d6
child 46699 2c49c50a3aa8
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Jul 19 09:00:13 2017 +0200
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Jul 19 08:29:44 2017 -0700
@@ -192,6 +192,9 @@
           "of rounds of unroll,optimize,..")                                \
           range(0, max_jint)                                                \
                                                                             \
+  product(bool, UseSubwordForMaxVector, true,                               \
+          "Use Subword Analysis to set maximum vector size")                \
+                                                                            \
   develop(intx, UnrollLimitForProfileCheck, 1,                              \
           "Don't use profile_trip_cnt() to restrict unrolling until "       \
           "unrolling would push the number of unrolled iterations above "   \