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

Volkan Yazici vyazici at openjdk.org
Fri Feb 28 19:40:57 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.

This pull request has now been integrated.

Changeset: fb659eba
Author:    Volkan Yazici <vyazici at openjdk.org>
Committer: Michael McMahon <michaelm at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fb659eba028f793f7efb844d42024e903c1d0c5f
Stats:     8 lines in 1 file changed: 0 ins; 4 del; 4 mod

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

Reviewed-by: michaelm

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

PR: https://git.openjdk.org/jdk/pull/23843


More information about the net-dev mailing list