diff -r 11b9d3a6f31c -r 9978fea8a371 src/hotspot/cpu/x86/globals_x86.hpp --- 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) \ \