[lworld] RFR: 8352647: [lworld] Remove larval InlineTypeNode in Unsafe intrinsics [v4]
Quan Anh Mai
qamai at openjdk.org
Thu Apr 3 17:02:51 UTC 2025
> Hi,
>
> As a step of #1405, I would like to remove the usage of larval value objects in `Unsafe` intrinsics. This patch also tries to make sure that `Unsafe::makePrivateBuffer` and `Unsafe::finishPrivateBuffer` are always inlined, so that larval objects do not cross call boundaries except for invoking object constructors.
>
> Please take a look and review this PR, thanks a lot.
Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
fix StressReflectiveCode
-------------
Changes:
- all: https://git.openjdk.org/valhalla/pull/1406/files
- new: https://git.openjdk.org/valhalla/pull/1406/files/3c3082ae..f597c9e5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=valhalla&pr=1406&range=03
- incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1406&range=02-03
Stats: 13 lines in 1 file changed: 13 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/valhalla/pull/1406.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1406/head:pull/1406
PR: https://git.openjdk.org/valhalla/pull/1406
More information about the valhalla-dev
mailing list