On Thu, 2 Jul 2026 14:23:21 GMT, Viktor Klang <[email protected]> wrote:

>> Doug Lea has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   manual padding
>
> src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 3290:
> 
>> 3288:      */
>> 3289:     public <T> ForkJoinTask<T> lazySubmit(ForkJoinTask<T> task) {
>> 3290:         return poolSubmit(false,  Objects.requireNonNull(task));
> 
> @DougLea Worth noting is that with this commit, all calls to poolSubmit now 
> has a `true` signalIfEmpty.

Thanks! Assuming we keep new lazySubmit (seems no reason not to), I'll simplify

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r3513937775

Reply via email to