-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P1
-
Affects Version/s: 9
-
Component/s: hotspot
-
x86
-
generic
-
Verified
JDK 9 will support code generation for AVX-512 (AVX3) instructions set on x86 CPUs, but not by default. A maximum of AVX2 is supported by default in JDK 9. The flag -XX:UseAVX=3 can be used to enable AVX-512 code generation on CPUs that support it.