JDK-8272709 : AArch64: SVE backend support for masking operations with predicate feature
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: aarch64
  • Submitted: 2021-08-19
  • Updated: 2021-11-15
  • Resolved: 2021-11-15
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.

To download the current JDK release, click here.
Other
tbdFixed
Description
Integration of https://bugs.openjdk.java.net/browse/JDK-8271313.

This adds SVE predicate based backend support for Vector API masking operations. With the backend implementations, the SVE predicated instructions can be generated for Vector API masked vector operations and mask operations.
Comments
https://github.com/openjdk/jdk/pull/5873
14-10-2021