On Mon, 2 May 2022 13:33:33 GMT, Doug Lea <[email protected]> wrote:
>> This is the jsr166 refresh for jdk19. See
>> https://bugs.openjdk.java.net/browse/JDK-8285450 and
>> https://bugs.openjdk.java.net/browse/JDK-8277090
>
> Doug Lea has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Address review comments
src/java.base/share/classes/java/util/concurrent/CompletableFuture.java line
2153:
> 2151:
> 2152: @Override
> 2153: public Throwable exceptionNow() {
The unwrapping of CompletionExceptions should be documented
-------------
PR: https://git.openjdk.java.net/jdk/pull/8490