-
Bug
-
Resolution: Fixed
-
P4
-
8u60, 8u72, 9
-
-Xcomp -d64 -client -Xmixed -Xcheck:jni -Xbatch
-
b57
-
generic
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084595 | emb-9 | Robert Mckenna | P4 | Resolved | Fixed | team |
JDK-8086834 | 8u65 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8075627 | 8u60 | Robert Mckenna | P4 | Resolved | Fixed | b10 |
JDK-8138033 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8078990 | emb-8u60 | Robert Mckenna | P4 | Resolved | Fixed | team |
JDK-8075628 | 7u85 | Robert Mckenna | P4 | Resolved | Fixed | b05 |
JDK tested:9b52,9b53
OS tested:Solaris,Linux
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? Yes ( Fails in Solaris 10, 11 and passes in Linux)
The is failure reproduced:Solaris 10,11
----------System.err:(39/2387)----------
java.net.ConnectException: Connection refused
at sun.nio.ch.sctp.SctpChannelImpl.send0(Native Method)
at sun.nio.ch.sctp.SctpMultiChannelImpl.send0(SctpMultiChannelImpl.java:992)
at sun.nio.ch.sctp.SctpMultiChannelImpl.sendFromNativeBuffer(SctpMultiChannelImpl.java:903)
at sun.nio.ch.sctp.SctpMultiChannelImpl.send(SctpMultiChannelImpl.java:855)
at sun.nio.ch.sctp.SctpMultiChannelImpl.send(SctpMultiChannelImpl.java:832)
at SendFailed.doTest(SendFailed.java:88)
at SendFailed.runWithManyOffsets(SendFailed.java:68)
at SendFailed.test(SendFailed.java:60)
at SendFailed.instanceMain(SendFailed.java:186)
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:498)
at SendFailed.main(SendFailed.java:183)
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:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
java.lang.AssertionError: Some tests failed
at SendFailed.instanceMain(SendFailed.java:188)
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:498)
at SendFailed.main(SendFailed.java:183)
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:498)
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.AssertionError: Some tests failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.AssertionError: Some tests failed
- backported by
-
JDK-8075627 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
-
JDK-8075628 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
-
JDK-8078990 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
-
JDK-8084595 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
-
JDK-8086834 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
-
JDK-8138033 (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
- Resolved
- relates to
-
JDK-8067846 (sctp) InternalError when receiving SendFailedNotification
- Closed