[jdk17] RFR: 8268080: java/util/concurrent/forkjoin/AsyncShutdownNow.java fails with java.util.concurrent.RejectedExecutionException [v2]

Julia Boes jboes at openjdk.java.net
Wed Jun 16 10:48:54 UTC 2021


> In the methods in question, `RejectedExecutionException` is an expected exception that was previously unhandled (it is a `RuntimeException`, not a subclass of `ExecutionException`). This change adds `RejectedExecutionException` to the existing catch clause.

Julia Boes has updated the pull request incrementally with one additional commit since the last revision:

  fix copyright year

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

Changes:
  - all: https://git.openjdk.java.net/jdk17/pull/74/files
  - new: https://git.openjdk.java.net/jdk17/pull/74/files/9e2f2da1..7a1d82b2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk17&pr=74&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk17&pr=74&range=00-01

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/74.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/74/head:pull/74

PR: https://git.openjdk.java.net/jdk17/pull/74


More information about the core-libs-dev mailing list