-
Bug
-
Resolution: Fixed
-
P4
-
6u95, 8u40, 9
-
b115
-
x86_64
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309825 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b01 |
DatagramChannel/receive/close
Thrown as expected: java.nio.channels.AsynchronousCloseException
Pipe.SourceChannel/read/interrupt
java.lang.Exception: Pipe.SourceChannel/read/interrupt timed out
at TestThread.finishAndThrow(TestThread.java:83)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:602)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:609)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:632)
at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:732)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.Exception: Pipe.SourceChannel/read/interrupt timed out
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: Pipe.SourceChannel/read/interrupt timed out
- backported by
-
JDK-8309825 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing
-
- Resolved
-
- relates to
-
JDK-8151582 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
-
- Closed
-
-
JDK-8153209 java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException
-
- Closed
-
-
JDK-8153548 java/nio/channels/AsyncCloseAndInterrupt.java fails with ClosedChannelException
-
- Closed
-
-
JDK-8156114 java/nio/channels/AsyncCloseAndInterrupt.java fails intermittently: SocketChannel/finishConnect/close threw an exception
-
- Closed
-