RFR: 8273185: Rename the term "atomic" in ReferenceProcessor
Albert Mingkun Yang
ayang at openjdk.java.net
Wed Sep 8 07:50:07 UTC 2021
On Tue, 7 Sep 2021 18:58:53 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this suggestion to rename the term "atomic" in the `ReferenceProcessor` class to "concurrent"/"stw" to avoid the confusion with Atomic operations.
>
> It's a smaller change than expected, which is good, but also might question the need for this change. I grepped for "atomic" in the reference processor sources and hopefully got everything.
>
> Testing: tier1-5
>
> Thanks,
> Thomas
Marked as reviewed by ayang (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5397
More information about the hotspot-gc-dev
mailing list