Integrated: 8273185: Rename the term "atomic" in ReferenceProcessor
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Sep 8 19:16:05 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
This pull request has now been integrated.
Changeset: e6805032
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e6805032ff328773eafe8b94e9f1b3b196f52196
Stats: 36 lines in 4 files changed: 1 ins; 2 del; 33 mod
8273185: Rename the term "atomic" in ReferenceProcessor
Reviewed-by: ayang, shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/5397
More information about the hotspot-gc-dev
mailing list