RFR: 8364786: Test java/net/vthread/HttpALot.java intermittently fails - 24999 handled, expected 25000 [v2]
Alan Bateman
alanb at openjdk.org
Fri Aug 8 07:57:57 UTC 2025
On Fri, 8 Aug 2025 07:42:14 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> test/jdk/java/net/vthread/HttpALot.java line 36:
>>
>>> 34: import java.util.concurrent.atomic.AtomicInteger;
>>> 35: import com.sun.net.httpserver.HttpServer;
>>> 36: import jdk.test.lib.net.URIBuilder;
>>
>> Did you mean to move the imports? Just curious as I usually put the test description at the top to make it easy to find, I guess others prefer it after the imports.
>
> Hello Alan, I will undo that part. I usually prefer the test definition directly above the class declaration.
It's okay, I was just trying to see if the test description was changed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26686#discussion_r2262200974
More information about the net-dev
mailing list