diff -r 27020fde2dbf -r 09ad55e5f486 hotspot/src/cpu/x86/vm/globals_x86.hpp --- 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