JDK-8271273 : Java API and IR changes for masked compare operation
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: generic
  • Submitted: 2021-07-26
  • Updated: 2021-09-08
  • Resolved: 2021-08-04
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 :  
Description
 - Re-organize the Java API implementation to use one common entry point of masked/non-masked vector compare operation.
-  Intrinsic side changes to absorb newly passed mask if target support predicated instructions else handle appropriately by performing vector AND b/w comparison result and explicit mask.