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

Viktor Klang vklang at openjdk.org
Thu Jun 19 14:26:42 UTC 2025


On Thu, 19 Jun 2025 11:58:33 GMT, Doug Lea <dl at openjdk.org> wrote:

>> This collects miscellaneous open issues that can be resolved with documentation updates; each indicated by adding JDK issue numbers
>
> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add JDK-8190889 docfix

src/java.base/share/classes/java/util/concurrent/CompletionStage.java line 155:

> 153:  * <i>happen-before</i> that computation begins. And actions taken by
> 154:  * {@code CompletionStage x} <i>happen-before</i> actions of any
> 155:  * dependent stage subsequent to {@code x}'s completion.

👍

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

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


More information about the core-libs-dev mailing list