RFR: 8369656 : Calling CompletableFuture.join() could execute task in common pool [v2]

Viktor Klang vklang at openjdk.org
Wed Oct 15 12:49:46 UTC 2025


On Wed, 15 Oct 2025 11:14:29 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Improving the name of the regtest
>
> test/jdk/java/util/concurrent/tck/CompletableFutureTest.java line 5138:
> 
>> 5136:     }}
>> 5137: 
>> 5138:     public void testOnlyAssistsIfInTheSamePool() throws Exception{
> 
> The API and implementations speak of helping rather than assisting so if you are editing then maybe rename the method.

Fair enough. I'll update the PR to reflect the correct verbiage :)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27800#discussion_r2432427623


More information about the core-libs-dev mailing list