hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 26434 09ad55e5f486
parent 23847 d792e42aeb4f
child 28954 7dda6c26cc98
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Sep 02 10:26:48 2014 -0700
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Sep 02 12:48:45 2014 -0700
@@ -176,6 +176,8 @@
           "Use count trailing zeros instruction")                           \
                                                                             \
   product(bool, UseBMI1Instructions, false,                                 \
-          "Use BMI instructions")
-
+          "Use BMI1 instructions")                                          \
+                                                                            \
+  product(bool, UseBMI2Instructions, false,                                 \
+          "Use BMI2 instructions")
 #endif // CPU_X86_VM_GLOBALS_X86_HPP