On Sat, 18 Apr 2026 15:53:19 GMT, Doug Lea <[email protected]> wrote:

>> Changes signal filtering to avoid possible starvation
>
> Doug Lea has updated the pull request with a new target base due to a merge 
> or a rebase. The pull request now contains 86 commits:
> 
>  - Merge branch 'openjdk:master' into JDK-8373118
>  - Reduce park overhead for non-DQL DelayeScheduler
>  - Merge branch 'openjdk:master' into JDK-8373118
>  - Minor FJP fixes, v27 DS tweaks
>  - For rechecking v27 under head
>  - Merge branch 'openjdk:master' into JDK-8373118
>  - Merge branch 'openjdk:master' into JDK-8373118
>  - Merge branch 'openjdk:master' into JDK-8373118
>  - Fix DelayScheduler quiescent shutdown; misc tweaks
>  - Merge remote-tracking branch 'refs/remotes/origin/JDK-8373118' into 
> JDK-8373118
>  - ... and 76 more: https://git.openjdk.org/jdk/compare/0dd0108c...d6890230

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

> 3935:      * an approximation, obtained by iterating across all threads in
> 3936:      * the pool. This method may be useful for tuning task
> 3937:      * granularities.The returned count does not include scheduled

Suggestion:

     * granularities. The returned count does not include scheduled

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

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

Reply via email to