[jdk11u-dev] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException

Paul Hohensee phh at openjdk.org
Tue Jun 20 16:08:25 UTC 2023


On Tue, 20 Jun 2023 03:20:02 GMT, luchenlin <duke at openjdk.org> wrote:

> I backport this for parity with 11.0.20-oracle.
> depends on JDK-8254350
> src/java.base/share/classes/java/util/concurrent/CompletableFuture.java
> Resolved due to context
> test/jdk/java/util/concurrent/CompletableFuture/LostInterrupt.java
> Resolved due to context
> test/jdk/java/util/concurrent/CompletableFuture/SwallowedInterruptedException.java
> Resolved due to context

This PR includes https://github.com/openjdk/jdk11u-dev/pull/1964, so should be changed to be stacked and dependent on that one. Likely be clean once that's done.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1966#issuecomment-1599089723


More information about the jdk-updates-dev mailing list