--- old/src/hotspot/cpu/x86/globals_x86.hpp 2019-12-10 17:10:25.645015383 -0800 +++ new/src/hotspot/cpu/x86/globals_x86.hpp 2019-12-10 17:10:25.497015384 -0800 @@ -207,6 +207,9 @@ product(bool, UseBMI2Instructions, false, \ "Use BMI2 instructions") \ \ + product(bool, UseVBMI2, false, \ + "Use VBMI2 instructions") \ + \ diagnostic(bool, UseLibmIntrinsic, true, \ "Use Libm Intrinsics") \ \