On Thu, 19 Jun 2025 11:58:33 GMT, Doug Lea <d...@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