JDK-8269528 : VectorAPI Long512VectorTest fails on X86 KNL target
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:17,18
Priority:P1
Status:Closed
Resolution:Fixed
CPU:x86
Submitted:2021-06-28
Updated:2021-08-06
Resolved:2021-06-30
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
- Targets support restricted set of AVX512 features (no VL and BW extensions).
- Assertion fails with fast debug build and incorrectness issue with release build.
Comments
vector/Long512VectorTests.java test passed in JDK17 ATR