[jdk11u-dev] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException [v3]
luchenlin
duke at openjdk.org
Mon Jun 26 05:49:23 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
luchenlin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge branch 'master' into andrewLulu_backport_8259796
# Conflicts:
# test/jdk/java/util/concurrent/CompletableFuture/SwallowedInterruptedException.java
- Backport f7b96d347ac371dd50ed910e81ce3dd648ec13e1
- Backport 43dc3f79923a70306eaf91f77392b7dbb99f1fd1
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1966/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1966/files/e0f7bcc2..bf9622d1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1966&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1966&range=01-02
Stats: 3797 lines in 102 files changed: 2538 ins; 691 del; 568 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