--- old/src/cpu/x86/vm/globals_x86.hpp 2014-02-07 00:45:27.000000000 -0800 +++ new/src/cpu/x86/vm/globals_x86.hpp 2014-02-07 00:45:27.000000000 -0800 @@ -135,5 +135,11 @@ \ product(bool, UseCountLeadingZerosInstruction, false, \ "Use count leading zeros instruction") \ + \ + product(bool, UseCountTrailingZerosInstruction, false, \ + "Use count trailing zeros instruction") \ + \ + product(bool, UseBMI1Instructions, false, \ + "Use BMI instructions") #endif // CPU_X86_VM_GLOBALS_X86_HPP