On Fri, 28 Feb 2025 12:50:15 GMT, Volkan Yazici <vyaz...@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