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

2025-03-01 Thread Volkan Yazici
On Fri, 28 Feb 2025 15:36:33 GMT, Mikhail Yankelevich 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/

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

2025-02-28 Thread duke
On Fri, 28 Feb 2025 12:50:15 GMT, Volkan Yazici 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/benchma

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

2025-02-28 Thread Mikhail Yankelevich
On Fri, 28 Feb 2025 12:50:15 GMT, Volkan Yazici 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/benchma

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

2025-02-28 Thread Michael McMahon
On Fri, 28 Feb 2025 12:50:15 GMT, Volkan Yazici 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/benchma

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

2025-02-28 Thread Volkan Yazici
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 th