RFR: 8350915: [JMH] test SocketChannelConnectionSetup failed for 2 threads config

duke duke at openjdk.org
Fri Feb 28 19:06:58 UTC 2025


On Fri, 28 Feb 2025 12:50:15 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:

> Fixes deletion of non-existent (i.e., already-deleted) files in `SocketChannelConnectionSetup`. Confirmed the fix using
> 
> 
> make build-microbenchmark
> build/linux-x64/jdk/bin/java \
>   -jar build/linux-x64/images/test/micro/benchmarks.jar \
>   -f 1 -wi 1 -i 1 -t 2 SocketChannelConnectionSetup
> 
> 
> Note the `-t 2` in the JMH arguments – this was triggering the reported `NoSuchFileException`.
> 
> `make test TEST=micro:SocketChannelConnectionSetup` is passing as expected too.

@vy 
Your change (at version 6cd5de889caa39fdf88e60063ea337c1ff846d76) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/23843#issuecomment-2691356821


More information about the net-dev mailing list