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

Doug Lea dl at openjdk.org
Sat Feb 22 12:41:53 UTC 2025


On Fri, 21 Feb 2025 17:11:31 GMT, Viktor Klang <vklang at openjdk.org> wrote:

>> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address feedback
>
> src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 160:
> 
>> 158:  * do not include scheduled tasks that are not yet ready to execute,
>> 159:  * whcih are reported separately by method {@link
>> 160:  * getDelayedTaskCount}.
> 
> Suggestion:
> 
>  * which are reported separately by method {@link getDelayedTaskCount}.

Done. also checked for a fixed other cases of missing "#"  in method links

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

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


More information about the core-libs-dev mailing list