JDK-8345995 : [lworld] Flat arrays need to be redesigned to support new flat layouts
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: repo-valhalla
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-11
  • Updated: 2025-04-07
  • Resolved: 2025-01-16
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-valhallaFixed
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
Initial implementation of flat arrays in the lworld model was design with a single flat layout in mind. With the introduction of multiple flat layout (NON_ATOMIC_FLAT, ATOMIC_FLAT, NULLABLE_ATOMIC_FLAT), flat arrays have to be redesigned and all their access code updated.

The current design of flat arrays also have remains of the time where the VM was using Q-descriptors. This has to be removed.
Comments
A pull request was submitted for review. Branch: lworld URL: https://git.openjdk.org/valhalla/pull/1315 Date: 2024-12-11 13:43:24 +0000
11-12-2024