Integrated: 8367486: Change prefix for platform-dependent AtomicAccess files

Stefan Karlsson stefank at openjdk.org
Wed Sep 17 15:20:29 UTC 2025


On Fri, 12 Sep 2025 07:28:10 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 01d7554b
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/01d7554b87fb7be8cab5dc12fd67eaba6585d2f3
Stats:     55 lines in 16 files changed: 2 ins; 3 del; 50 mod

8367486: Change prefix for platform-dependent AtomicAccess files

Reviewed-by: kbarrett, ayang

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

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


More information about the hotspot-runtime-dev mailing list