[jdk11u-dev] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException
luchenlin
duke at openjdk.org
Tue Jun 20 03:26:26 UTC 2023
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
-------------
Commit messages:
- Backport f7b96d347ac371dd50ed910e81ce3dd648ec13e1
- Backport 43dc3f79923a70306eaf91f77392b7dbb99f1fd1
Changes: https://git.openjdk.org/jdk11u-dev/pull/1966/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1966&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8259796
Stats: 232 lines in 3 files changed: 188 ins; 20 del; 24 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1966.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/1966/head:pull/1966
PR: https://git.openjdk.org/jdk11u-dev/pull/1966
More information about the jdk-updates-dev
mailing list