Integrated: 8357146: ForkJoinPool:schedule(*) does not throw RejectedExecutionException when pool is shutdown
Doug Lea
dl at openjdk.org
Mon May 26 22:40:55 UTC 2025
On Sat, 24 May 2025 11:35:33 GMT, Doug Lea <dl at openjdk.org> wrote:
> Method startDelayScheduler should trap the ISE thrown by SharedThreadContainer.start and possibly re-try termination before eventually throwing RejectedExecutionException.
This pull request has now been integrated.
Changeset: 2c034f57
Author: Doug Lea <dl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2c034f57d6b4229aaf195fdd6efd016cf694855f
Stats: 34 lines in 2 files changed: 27 ins; 1 del; 6 mod
8357146: ForkJoinPool:schedule(*) does not throw RejectedExecutionException when pool is shutdown
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/25431
More information about the core-libs-dev
mailing list