--- old/src/cpu/x86/vm/globals_x86.hpp 2014-08-29 19:42:09.000000000 -0700 +++ new/src/cpu/x86/vm/globals_x86.hpp 2014-08-29 19:42:08.000000000 -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