RFR: 8319447: Improve performance of delayed task handling [v2]
Doug Lea
dl at openjdk.org
Sat Feb 22 12:53:54 UTC 2025
On Fri, 21 Feb 2025 17:16:55 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 187:
>
>> 185: * are used. It is possible to disable use of threads by using a
>> 186: * factory that may return {@code null}, in which case some tasks may
>> 187: * never execute. It is also possible but strongly discouraged to set
>
> Suggestion:
>
> * never execute. While possible, it is strongly discouraged to set
done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r1966510556
More information about the core-libs-dev
mailing list