RFR: 8277090 : jsr166 refresh for jdk19 [v2]
Martin Buchholz
martin at openjdk.java.net
Tue May 3 15:36:17 UTC 2022
On Mon, 2 May 2022 13:33:33 GMT, Doug Lea <dl at openjdk.org> 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
More information about the core-libs-dev
mailing list