src/hotspot/cpu/x86/globals_x86.hpp
changeset 51857 9978fea8a371
parent 51570 943cf1675b59
child 52460 f1bb77833b59
--- a/src/hotspot/cpu/x86/globals_x86.hpp	Mon Sep 24 13:51:22 2018 -0700
+++ b/src/hotspot/cpu/x86/globals_x86.hpp	Mon Sep 24 16:37:28 2018 -0700
@@ -119,7 +119,7 @@
   product(bool, UseStoreImmI16, true,                                       \
           "Use store immediate 16-bits value instruction on x86")           \
                                                                             \
-  product(intx, UseAVX, 2,                                                  \
+  product(intx, UseAVX, 3,                                                  \
           "Highest supported AVX instructions set on x86/x64")              \
           range(0, 99)                                                      \
                                                                             \