[jdk11u-dev] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException
Goetz Lindenmaier
goetz at openjdk.org
Tue Jun 20 20:31:15 UTC 2023
On Tue, 20 Jun 2023 16:05:17 GMT, Paul Hohensee <phh 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.
@phohensee, I also don't see why this is not clean.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1966#issuecomment-1599451676
More information about the jdk-updates-dev
mailing list