[lworld] RFR: 8345995: [lworld] Flat arrays need to be redesigned to support new flat layouts [v7]
Frederic Parain
fparain at openjdk.org
Tue Jan 14 14:31:24 UTC 2025
> Here's a redesign of flat arrays to support multiple flat layouts (NON_ATOMIC_FLAT, ATOMIC_FLAT, NULLABLE_ATOMIC_FLAT). The patch contains a lot of cleanup and simplification of the flat arrays access code.
>
> This patch has been tested in interpreted mode only on both x86_64 and aarch64.
>
> Unfortunately, it currently triggers a number of failures when run with JITs enabled. After a discussion with Tobias, this PR will probably not be integrated until a patch for the JITs is available.
>
> Regards,
>
> Fred
Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
Remove unnecessary changes
-------------
Changes:
- all: https://git.openjdk.org/valhalla/pull/1315/files
- new: https://git.openjdk.org/valhalla/pull/1315/files/93545b71..dd59d0f3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=valhalla&pr=1315&range=06
- incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1315&range=05-06
Stats: 5 lines in 4 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/valhalla/pull/1315.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1315/head:pull/1315
PR: https://git.openjdk.org/valhalla/pull/1315
More information about the valhalla-dev
mailing list