RFR: 8314480: Memory ordering spec updates in java.lang.ref [v5]
Brent Christian
bchristi at openjdk.org
Wed Jan 10 21:52:29 UTC 2024
On Sat, 18 Nov 2023 01:56:11 GMT, Mandy Chung <mchung at openjdk.org> wrote:
>> Brent Christian has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove hyphen in 'strongly reachable' in Cleaner
>
> src/java.base/share/classes/java/lang/ref/Reference.java line 399:
>
>> 397: * (or already completed) clearing and/or enqueueing this reference.
>> 398: *
>> 399: * Avoid this race by ensuring the referent remains strongly-reachable until
>
> `s/strongly-reachable/strongly reachable/` no dash as in other occurrences.
Changed in Cleaner, too
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16644#discussion_r1448025318
More information about the hotspot-gc-dev
mailing list