src/hotspot/share/opto/c2_globals.hpp
changeset 48309 1a0499fd252e
parent 48145 f913f6dba2d3
child 50449 acdfeede95ff
--- a/src/hotspot/share/opto/c2_globals.hpp	Tue Dec 05 21:26:11 2017 +0530
+++ b/src/hotspot/share/opto/c2_globals.hpp	Tue Dec 05 09:49:23 2017 -0800
@@ -195,6 +195,9 @@
   product(bool, UseSubwordForMaxVector, true,                               \
           "Use Subword Analysis to set maximum vector size")                \
                                                                             \
+  product(bool, UseVectorCmov, false,                                       \
+          "Use Vectorized Cmov")                                            \
+                                                                            \
   develop(intx, UnrollLimitForProfileCheck, 1,                              \
           "Don't use profile_trip_cnt() to restrict unrolling until "       \
           "unrolling would push the number of unrolled iterations above "   \