[jdk17u-dev] RFR: 8272654: Mark word accesses should not use Access API

Aleksey Shipilev shade at openjdk.org
Thu Jun 15 11:07:38 UTC 2023


Clean backport to sync up 17u, 21u and tip versions of the `markWord` code. This simplifies maintenance and further backports.

Additional testing:
 - [x] Eyeballing object code for affected methods, they are exactly the same on AArch64
 - [ ] Linux x86_64 fastdebug `tier1 tier2 tier3`
 - [ ] Linux AArch64 fastdebug `tier1 tier2 tier3`

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

Commit messages:
 - Backport a81e5e9353a635a2307ff4e5de8a304c14f08047

Changes: https://git.openjdk.org/jdk17u-dev/pull/1445/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1445&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8272654
  Stats: 6 lines in 1 file changed: 0 ins; 2 del; 4 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1445.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1445/head:pull/1445

PR: https://git.openjdk.org/jdk17u-dev/pull/1445


More information about the jdk-updates-dev mailing list