JDK-8256614 : AArch64: Add SVE backend implementation for integer min/max
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:16
Priority:P3
Status:Resolved
Resolution:Fixed
OS:linux
CPU:aarch64
Submitted:2020-11-19
Updated:2020-12-01
Resolved:2020-11-24
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.
Currently the Arm SVE implementation for integer (byte,short,int,long) vector min/max is missing. This is needed for VectorAPI. We need to add them all, otherwise the JVM will crash with "bad AD file" with debug version.