RFR: 8359919: Minor java.util.concurrent doc improvements [v8]

Doug Lea dl at openjdk.org
Fri Jun 20 13:55:40 UTC 2025


On Thu, 19 Jun 2025 09:39:05 GMT, Viktor Klang <vklang at openjdk.org> wrote:

>> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adding JDK-8333172 to doc improvements
>
> 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
> 
> Suggestion:
> 
>  * <i>happen-before</i> that computation begins. And actions taken by

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25880#discussion_r2159055427


More information about the core-libs-dev mailing list