[lworld] RFR: 8345995: [lworld] Flat arrays need to be redesigned to support new flat layouts [v5]
Frederic Parain
fparain at openjdk.org
Thu Jan 9 20:13:30 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:
Christian's patch to fix JIT code
-------------
Changes:
- all: https://git.openjdk.org/valhalla/pull/1315/files
- new: https://git.openjdk.org/valhalla/pull/1315/files/048b88c4..6e4729e0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=valhalla&pr=1315&range=04
- incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1315&range=03-04
Stats: 15 lines in 8 files changed: 3 ins; 0 del; 12 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