RFR: 8319447: Improve performance of delayed task handling [v4]
Doug Lea
dl at openjdk.org
Tue Feb 25 21:26:57 UTC 2025
On Tue, 25 Feb 2025 17:04:20 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Standardize parameter checking
>
> test/jdk/java/util/concurrent/tck/ForkJoinPool20Test.java line 523:
>
>> 521: done.countDown(); // release blocking tasks
>> 522: assertTrue(p.awaitTermination(LONG_DELAY_MS, MILLISECONDS));
>> 523:
>
> Suggestion:
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r1970562115
More information about the core-libs-dev
mailing list