On Thu, 20 Mar 2025 08:37:45 GMT, Volkan Yazici <vyaz...@openjdk.org> wrote:
> Guards against multi-deletes in `UnixSocketChannelReadWrite`. > > The fix can be verified as follows: > > > 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 UnixSocketChannelReadWrite > > > Note that `-t 2` denotes the number of worker threads, i.e., parallelism. This pull request has now been integrated. Changeset: 03105fc9 Author: Volkan Yazici <vyaz...@openjdk.org> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/03105fc92505e9e367354e763b99cbe02bf473d6 Stats: 16 lines in 1 file changed: 0 ins; 13 del; 3 mod 8351601: [JMH] test UnixSocketChannelReadWrite failed for 2 threads config Reviewed-by: michaelm ------------- PR: https://git.openjdk.org/jdk/pull/24126