hotspot/src/cpu/x86/vm/vmStructs_x86.hpp
changeset 46440 61025eecb743
parent 41323 ddd5600d4762
--- a/hotspot/src/cpu/x86/vm/vmStructs_x86.hpp	Sat May 06 00:05:32 2017 +0000
+++ b/hotspot/src/cpu/x86/vm/vmStructs_x86.hpp	Fri May 05 19:28:54 2017 -0700
@@ -74,6 +74,7 @@
   declare_preprocessor_constant("VM_Version::CPU_AVX512BW", CPU_AVX512BW) \
   declare_preprocessor_constant("VM_Version::CPU_AVX512VL", CPU_AVX512VL) \
   declare_preprocessor_constant("VM_Version::CPU_SHA", CPU_SHA)           \
-  declare_preprocessor_constant("VM_Version::CPU_FMA", CPU_FMA)
+  declare_preprocessor_constant("VM_Version::CPU_FMA", CPU_FMA)           \
+  declare_preprocessor_constant("VM_Version::CPU_VZEROUPPER", CPU_VZEROUPPER)
 
 #endif // CPU_X86_VM_VMSTRUCTS_X86_HPP