RFR: 8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix) [v2]

Varada M varadam at openjdk.org
Mon Oct 14 10:03:55 UTC 2024


> Intermittent timeout error of StressLoopBack.java is resolved with more straight forward method and similar implementation done for linux [EPollPort.java - L175](https://github.com/openjdk/jdk/blob/master/src/java.base/linux/classes/sun/nio/ch/EPollPort.java#L175) and macos [KQueuePort.java - L172](https://github.com/openjdk/jdk/blob/master/src/java.base/macosx/classes/sun/nio/ch/KQueuePort.java#L172)
> 
> Ran the test for 50 times and didn't observed any timeout error.
> Tier 1 testing successful with fastdebug VM
> 
> JBS Issue : [JDK-8211851](https://bugs.openjdk.org/browse/JDK-8211851)

Varada M has updated the pull request incrementally with one additional commit since the last revision:

  8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21487/files
  - new: https://git.openjdk.org/jdk/pull/21487/files/082b0705..62f92507

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

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

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


More information about the nio-dev mailing list