8185802: Enable AVX3 by default
authorkvn
Fri, 04 Aug 2017 14:00:15 -0700
changeset 46760 8095adffd1cc
parent 46755 b9a409ea423b
child 46761 ef9fb3cc71f0
8185802: Enable AVX3 by default Reviewed-by: thartmann
hotspot/src/cpu/x86/vm/globals_x86.hpp
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Fri Aug 04 12:24:33 2017 -0700
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Fri Aug 04 14:00:15 2017 -0700
@@ -116,7 +116,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)                                                      \
                                                                             \