[lworld] RFR: 8352647: [lworld] Remove larval InlineTypeNode in Unsafe intrinsics [v2]

Quan Anh Mai qamai at openjdk.org
Wed Mar 26 14:14:12 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:

  comments, set and unset larval bit

-------------

Changes:
  - all: https://git.openjdk.org/valhalla/pull/1406/files
  - new: https://git.openjdk.org/valhalla/pull/1406/files/192bcdfd..70c7030c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=1406&range=01
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1406&range=00-01

  Stats: 7 lines in 2 files changed: 7 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