RFR: 8359919: Minor java.util.concurrent doc improvements [v10]
Doug Lea
dl at openjdk.org
Sat Jun 21 11:18:37 UTC 2025
On Fri, 20 Jun 2025 18:16:08 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix ARFU type; add JDK-7176957
>
> src/java.base/share/classes/java/util/concurrent/CompletionStage.java line 153:
>
>> 151: * <p>Memory consistency effects: Actions in a thread prior to the
>> 152: * submission of a computation producing a {@code CompletionStage}
>> 153: * <i>happen-before</i> that computation begins. And actions taken by
>
> Considering that it's the only occurrence of _happen(s)-before_ in this file, it makes sense to link it to its definition similarly to how it is done in other places.
Thanks, done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25880#discussion_r2160008870
More information about the core-libs-dev
mailing list