JDK-8277155 : Compress and expand vector operations
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2021-11-15
  • Updated: 2022-06-07
  • Resolved: 2022-06-07
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.
JDK 19
19Resolved
Related Reports
CSR :  
Duplicate :  
Relates :  
Description
Add compress and expand cross-lane vector operations.

The compress operations may be useful when vectorizing query operations, such as when filtering.

The expand operation is the inverse of compress.