On Wed, 26 Mar 2025 13:12:47 GMT, Viktor Klang <vkl...@openjdk.org> wrote:
>> Doug Lea has updated the pull request with a new target base due to a merge >> or a rebase. The pull request now contains 49 commits: >> >> - Merge branch 'openjdk:master' into JDK-8319447 >> - Address review comments >> - Merge branch 'openjdk:master' into JDK-8319447 >> - Match indent of naster changes >> - Use TC_MASK in accord with https://bugs.openjdk.org/browse/JDK-8330017 >> (Unnecessarily for now.) >> - Reword javadoc >> - Use SharedSecrets for ThreadLocalRandomProbe; other tweaks >> - Disambiguate caller-runs vs Interruptible >> - Merge branch 'openjdk:master' into JDK-8319447 >> - Associate probes with carriers if Virtual (no doc updates yet) >> - ... and 39 more: https://git.openjdk.org/jdk/compare/dbc620fb...4aabe6b0 > > src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 3927: > >> 3925: * periodic) tasks scheduled in this pool that are not yet ready >> 3926: * to submit for execution. The returned value is innacurate when >> 3927: * delayed tasks are being processed. > > Suggestion: > > * to submit for execution. The returned value is innacurate while > * delayed tasks are being processed. Thanks, done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r2014899458