On Wed, 1 Jul 2026 12:03:26 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:
> 
>   Strengthen some orderings

src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 3290:

> 3288:      */
> 3289:     public <T> ForkJoinTask<T> lazySubmit(ForkJoinTask<T> task) {
> 3290:         return poolSubmit(false,  Objects.requireNonNull(task));

@DougLea Worth noting is that with this commit, all calls to poolSubmit now has 
a `true` signalIfEmpty.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r3513795460

Reply via email to