On Wed, 21 Jan 2026 16:35:41 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:
> 
>   Try out different approach

src/java.base/share/classes/java/util/concurrent/ForkJoinTask.java line 643:

> 641:      */
> 642:     public final ForkJoinTask<V> fork() {
> 643:         Thread t; ForkJoinWorkerThread wt;

@DougLea Btw, we can likely remove noUserHelp and setNoUserHelp (and associated 
bits).

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

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

Reply via email to