RFR: 8319447: Improve performance of delayed task handling [v14]

Doug Lea dl at openjdk.org
Thu Mar 27 23:20:56 UTC 2025


On Thu, 27 Mar 2025 19:29:53 GMT, Simon Hartley <duke at openjdk.org> wrote:

>> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments
>
> src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 3927:
> 
>> 3925:      * Returns an estimate of the number of delayed (including
>> 3926:      * periodic) tasks scheduled in this pool that are not yet ready
>> 3927:      * to submit for execution. The returned value is innacurate while
> 
> Spelling: `innacurate` -> `inaccurate`

thanks; fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r2017709090


More information about the core-libs-dev mailing list