RFR: 8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix)
Alan Bateman
alanb at openjdk.org
Mon Dec 9 10:30:43 UTC 2024
On Mon, 9 Dec 2024 09:53:26 GMT, Joachim Kern <jkern at openjdk.org> wrote:
> Test /jdk/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out on aix.
src/java.base/aix/classes/sun/nio/ch/Pollset.java line 125:
> 123: public static native void drain(int fd) throws IOException;
> 124: public static native void close0(int fd);
> 125: public static native void configureBlocking(int fd, boolean blocking) throws IOException;
I assume you don't need this, instead use IOUtil.configureBlocking(fd, blocking).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22633#discussion_r1875735200
More information about the nio-dev
mailing list