JDK-8351623 : VectorAPI: Add SVE implementation of subword gather load operation
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: aarch64
  • Submitted: 2025-03-11
  • Updated: 2025-04-25
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
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
X86 has supported the gather load for subword types (see: https://github.com/openjdk/jdk/pull/16354), but AArch64 backend support is not added yet. Since SVE supports gather load instructions for subword types, we'd better add the implementation to improve the API performance on AArch64.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24679 Date: 2025-04-16 08:58:34 +0000
16-04-2025