git: openjdk/jdk16: 8254350: CompletableFuture.get may swallow InterruptedException
Martin Buchholz
martin at openjdk.java.net
Sun Dec 13 19:18:22 UTC 2020
Changeset: 43dc3f79
Author: Martin Buchholz <martin at openjdk.org>
Date: 2020-12-13 19:17:36 +0000
URL: https://git.openjdk.java.net/jdk16/commit/43dc3f79
8254350: CompletableFuture.get may swallow InterruptedException
Reviewed-by: alanb, dl
! src/java.base/share/classes/java/util/concurrent/CompletableFuture.java
+ test/jdk/java/util/concurrent/CompletableFuture/LostInterrupt.java
+ test/jdk/java/util/concurrent/CompletableFuture/SwallowedInterruptedException.java
More information about the jdk-changes
mailing list