RFR: 8273185: Rename the term "atomic" in ReferenceProcessor [v2]
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Sep 8 08:38:38 UTC 2021
> 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
Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
shade review
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5397/files
- new: https://git.openjdk.java.net/jdk/pull/5397/files/bab3b91e..18843569
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5397&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5397&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/5397.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5397/head:pull/5397
PR: https://git.openjdk.java.net/jdk/pull/5397
More information about the hotspot-gc-dev
mailing list