8209735: Disable avx512 by default
authorkvn
Mon, 20 Aug 2018 15:10:20 -0700
changeset 51570 943cf1675b59
parent 51463 f729ca27cf9a
child 51571 126951ca1462
8209735: Disable avx512 by default Reviewed-by: iveresov, ecaspole
src/hotspot/cpu/x86/globals_x86.hpp
--- a/src/hotspot/cpu/x86/globals_x86.hpp	Fri Aug 17 09:51:28 2018 -0700
+++ b/src/hotspot/cpu/x86/globals_x86.hpp	Mon Aug 20 15:10:20 2018 -0700
@@ -119,7 +119,7 @@
   product(bool, UseStoreImmI16, true,                                       \
           "Use store immediate 16-bits value instruction on x86")           \
                                                                             \
-  product(intx, UseAVX, 3,                                                  \
+  product(intx, UseAVX, 2,                                                  \
           "Highest supported AVX instructions set on x86/x64")              \
           range(0, 99)                                                      \
                                                                             \