RFR: 8360046: Scalability issue when submitting virtual threads with almost empty tasks [v8]
Doug Lea
dl at openjdk.org
Mon Sep 15 12:15:05 UTC 2025
On Thu, 11 Sep 2025 12:31: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:
>>
>> revive topLevelExec, adjust occrdingly; small teaks and copy-edits
>
> src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 605:
>
>> 603: * empty or contended, while also minimizing interference by
>> 604: * postponing bookeeping to ends of runs. This may reduce
>> 605: * fairness, which is partially counteracted by the following.
>
> This sentence ends in a weird manner for me. Is the intention that the dot should be a colon? Or is there missing text?
I removed the uninformative "which is partially counteracted by the following"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26479#discussion_r2348796569
More information about the core-libs-dev
mailing list