RFR: 8367013: Add Atomic<T> to package/replace idiom of volatile var plus AtomicAccess:: operations
Stefan Karlsson
stefank at openjdk.org
Fri Oct 3 11:51:47 UTC 2025
On Fri, 3 Oct 2025 09:02:30 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> How do we resolve this? I feel like this whole PR is stuck here.
Just a reminder that I wrote:
> The following isn't a strong request, but maybe more of stated preference and an inquiry what other HotSpot devs think about the proposed names
I really would have liked to hear from other Reviewers what they think. So, I've been waiting for others to chime in. If I'm really alone in my lack of enthusiasm for the names `relaxed_store` / `load_releaxed` then so be it.
If you are going to skip the names Atomic<T>::load/store will you also update the names AtomicAccess<T>::load/store in a follow-up RFE?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27539#issuecomment-3365389935
More information about the hotspot-dev
mailing list