On Sun, 13 Dec 2020 03:31:44 GMT, Martin Buchholz <mar...@openjdk.org> wrote:

> 8254350: CompletableFuture.get may swallow InterruptedException

@Martin-Buchholz @DougLea @AlanBateman Sorry for rough in.  After change 
`future.get()` to `future.get(1, TimeUnit.DAYS)`, 
`SwallowedInterruptedException` failed.

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

PR: https://git.openjdk.java.net/jdk16/pull/17

Reply via email to