RFR: 8367486: Change prefix for platform-dependent AtomicAccess files [v2]

Stefan Karlsson stefank at openjdk.org
Fri Sep 12 07:41:28 UTC 2025


> JDK-8367014 renamed the class Atomic to AtomicAccess and renamed atomic.hpp to atomicAccess.hpp. I propose that we also rename the platform-dependent headers that implement the AtomicAccess support to be named atomicAccess_<os>_<arch>.hpp.
> 
> Note that I left atomic_aarch64.hpp and atomic_linux_aarch64.S intact since they clear, external usages outside of the AtomicAccess class.
> 
> I will verify that this still builds on the platform that I can easily build.

Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:

  Complete revert of atomicAccess_aarch64.hpp

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27245/files
  - new: https://git.openjdk.org/jdk/pull/27245/files/81663b47..7c8898de

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

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27245.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27245/head:pull/27245

PR: https://git.openjdk.org/jdk/pull/27245


More information about the hotspot-runtime-dev mailing list