-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b67
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084286 | emb-9 | Mark Sheppard | P3 | Resolved | Fixed | team |
java/net/MulticastSocket/SetOutgoingIf.java fails intermittently with NullPointerException.
----------System.err:(12/617)----------
java.lang.NullPointerException
at SetOutgoingIf.main(SetOutgoingIf.java:159)
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:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
----------System.err:(12/617)----------
java.lang.NullPointerException
at SetOutgoingIf.main(SetOutgoingIf.java:159)
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:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
- backported by
-
JDK-8084286 java/net/MulticastSocket/SetOutgoingIf.java fails intermittently with NullPointerException
-
- Resolved
-
- relates to
-
JDK-8080552 java/net/MulticastSocket/NoLoopbackPackets.java fails intermittently
-
- Closed
-