-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b112
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243888 | openjdk8u262 | Alan Bateman | P3 | Resolved | Fixed | b01 |
JDK-8166696 | 8u251 | Ravi Reddy | P3 | Resolved | Fixed | b02 |
JDK-8239719 | emb-8u251 | Alan Bateman | P3 | Resolved | Fixed | team |
JDK-8250720 | openjdk7u | Alan Bateman | P3 | Resolved | Fixed | master |
JDK-8241981 | na | Alan Bateman | P3 | Resolved | Fixed | team |
finishConnect wait for pumping refuser ...
java.lang.Exception: SocketChannel/finishConnect/close threw an exception
at TestThread.finishAndThrow(TestThread.java:80)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:602)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:622)
at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:720)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:804)
Caused by: java.lang.RuntimeException: Connection succeeded
at AsyncCloseAndInterrupt$16.doIO(AsyncCloseAndInterrupt.java:374)
at AsyncCloseAndInterrupt$Tester.go(AsyncCloseAndInterrupt.java:485)
at TestThread.run(TestThread.java:55)
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
SocketChannel/finishConnect/interrupt
finishConnect wait for pumping refuser ...
java.lang.Exception: SocketChannel/finishConnect/interrupt threw an exception
at TestThread.finishAndThrow(TestThread.java:80)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:602)
at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:609)
at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:720)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:804)
Caused by: java.lang.RuntimeException: Connection succeeded
at AsyncCloseAndInterrupt$16.doIO(AsyncCloseAndInterrupt.java:374)
at AsyncCloseAndInterrupt$Tester.go(AsyncCloseAndInterrupt.java:485)
at TestThread.run(TestThread.java:55)
- backported by
-
JDK-8166696 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
- Resolved
-
JDK-8239719 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
- Resolved
-
JDK-8241981 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
- Resolved
-
JDK-8243888 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
- Resolved
-
JDK-8250720 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
- Resolved
- relates to
-
JDK-8153209 java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException
- Closed
-
JDK-8068693 (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing
- Closed
-
JDK-8156114 java/nio/channels/AsyncCloseAndInterrupt.java fails intermittently: SocketChannel/finishConnect/close threw an exception
- Closed