JDK-8331505 : [lworld] Support flat arrays of nullable value elements
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: repo-valhalla
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2024-05-01
  • Updated: 2025-05-30
  • Resolved: 2025-05-30
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-valhallaResolved
Related Reports
Duplicate :  
Description
After JDK-8331006 which introduces (limited) nullable flat fields, similar feature should be added to flat arrays.
Several design are possible to implement flat arrays of nullable value elements, and the changes are likely to require a significant rework of the FlatArrayKlass, with the need to support multiple kinds of layouts / format, each with its own access protocols.