On Sun, 12 May 2024 19:46:42 GMT, Viktor Klang <vkl...@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 1242:
> 
>> 1240:                                         INITIAL_QUEUE_CAPACITY];
>> 1241:             this.owner = owner;
>> 1242:             //            top = base = 1;
> 
> Leftover?

Yes, sorry for mis-committing incomplete-undo that needs another compensating 
change to avoid small performance glitch. Will fix.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19131#discussion_r1598301076

Reply via email to