JDK-8266621 : Add masking support for unary/ternary vector intrinsics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-06
  • Updated: 2021-06-25
  • Resolved: 2021-05-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.

To download the current JDK release, click here.
Other
repo-panamaFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Similar with https://bugs.openjdk.java.net/browse/JDK-8264563, add the masking support for unary/ternary operations. This task only contains the vector api java implementation and the hotspot intrinsics changes. No compiler mid-end and backend implementations are included.