On Mon, 12 Jan 2026 17:44:22 GMT, Doug Lea <[email protected]> wrote:
>> Changes signal filtering to avoid possible starvation
>
> Doug Lea has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Fix missing undo
src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 2604:
> 2602: throw new RejectedExecutionException();
> 2603: }
> 2604: private void poolSubmit(ForkJoinTask<?> task, boolean
> signalIfEmpty) {
Suggestion:
private void poolSubmit(ForkJoinTask<?> task, boolean signalIfEmpty) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r2687114914