On Sat, 24 May 2025 11:35:33 GMT, Doug Lea <d...@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 <d...@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