JDK-8266287 : Basic mask IR implementation for the Vector API masking feature support
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-29
  • Updated: 2021-07-02
  • Resolved: 2021-07-02
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
repo-panamaFixed
Related Reports
Relates :  
Relates :  
Description
This is a followed-up task for the Vector API masking support after https://bugs.openjdk.java.net/browse/JDK-8264563. JDK-8264563 added the masked vector intrinsics for binary/store masked operations. Based on that, the c2 compiler implementation should be added for the masked operations. This only contains the C2 mid-end changes without any backend supports.