< prev index next >

src/hotspot/cpu/x86/globals_x86.hpp

Print this page

        

@@ -205,10 +205,13 @@
           "Use BMI1 instructions")                                          \
                                                                             \
   product(bool, UseBMI2Instructions, false,                                 \
           "Use BMI2 instructions")                                          \
                                                                             \
+  product(bool, UseVBMI2, false,                                            \
+          "Use VBMI2 instructions")                                         \
+                                                                            \
   diagnostic(bool, UseLibmIntrinsic, true,                                  \
           "Use Libm Intrinsics")                                            \
                                                                             \
   /* Minimum array size in bytes to use AVX512 intrinsics */                \
   /* for copy, inflate and fill which don't bail out early based on any */  \
< prev index next >