RFR: 8351601: [JMH] test UnixSocketChannelReadWrite failed for 2 threads config [v3]

Volkan Yazici vyazici at openjdk.org
Tue Mar 25 09:49:24 UTC 2025


> 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.

Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:

  Update license year

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24126/files
  - new: https://git.openjdk.org/jdk/pull/24126/files/cabb4145..49e423c8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24126&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24126&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24126.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24126/head:pull/24126

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


More information about the net-dev mailing list