RFR: 8314480: Memory ordering spec updates in java.lang.ref [v29]

Brent Christian bchristi at openjdk.org
Wed May 8 22:58:00 UTC 2024


On Wed, 8 May 2024 08:33:31 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brent Christian has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   small grammar fixes
>
> src/java.base/share/classes/java/lang/ref/Cleaner.java line 224:
> 
>> 222:      * Actions in a thread prior to calling {@code Cleaner.register()}
>> 223:      * <a href="{@docRoot}/java.base/java/util/concurrent/package-summary.html#MemoryVisibility"><i>happen-before</i></a>
>> 224:      * the cleaning action is run by the Cleaner's thread.
> 
> In passing, you could reduces the html refs to "package-summary.html#MemoryConsistency" and "package-summary.html#MemoryVisibility" as it's the same package/directory.

MemoryVisibility is in java.util.concurrent 😉

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16644#discussion_r1594785182


More information about the core-libs-dev mailing list