JDK-8355239 : RISC-V: Do not support subword scatter store
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: riscv
  • Submitted: 2025-04-22
  • Updated: 2025-04-22
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 :  
Description
Both subword gather load and scatter store are not supported for riscv vector extension.
https://bugs.openjdk.org/browse/JDK-8331150 makes this constraint explicit for subword gather load.
To be safer and more consistent, consider making that explicit for subword scatter store as well.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24787 Date: 2025-04-22 02:47:02 +0000
22-04-2025