-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
12
-
linux
java/nio/channels/DatagramChannel/PromiscuousIPv6.java
java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
Above two tests fail at linux-x64, reproducible, since jdk-12+20 (withJDK-8210493)
Same machine, MulticastSendReceiveTests.java pass beforeJDK-8210493 and fails after that.
----------System.err:(14/835)----------
java.lang.RuntimeException: Expected message not received
at PromiscuousIPv6.receiveDatagram(PromiscuousIPv6.java:105)
at PromiscuousIPv6.test(PromiscuousIPv6.java:179)
at PromiscuousIPv6.main(PromiscuousIPv6.java:222)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
----------System.err:(14/895)----------
java.lang.RuntimeException: Expected message not received
at MulticastSendReceiveTests.receiveDatagram(MulticastSendReceiveTests.java:107)
at MulticastSendReceiveTests.test(MulticastSendReceiveTests.java:184)
at MulticastSendReceiveTests.main(MulticastSendReceiveTests.java:257)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
Above two tests fail at linux-x64, reproducible, since jdk-12+20 (with
Same machine, MulticastSendReceiveTests.java pass before
----------System.err:(14/835)----------
java.lang.RuntimeException: Expected message not received
at PromiscuousIPv6.receiveDatagram(PromiscuousIPv6.java:105)
at PromiscuousIPv6.test(PromiscuousIPv6.java:179)
at PromiscuousIPv6.main(PromiscuousIPv6.java:222)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
----------System.err:(14/895)----------
java.lang.RuntimeException: Expected message not received
at MulticastSendReceiveTests.receiveDatagram(MulticastSendReceiveTests.java:107)
at MulticastSendReceiveTests.test(MulticastSendReceiveTests.java:184)
at MulticastSendReceiveTests.main(MulticastSendReceiveTests.java:257)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
- duplicates
-
JDK-8215292 Back out changes for node- and link- local ipv6 multicast address
-
- Closed
-
- relates to
-
JDK-8215292 Back out changes for node- and link- local ipv6 multicast address
-
- Closed
-
-
JDK-8215294 Provide a better fix for binding to node- and link- local ipv6 multicast addresses
-
- Closed
-
-
JDK-8210493 Bind to node- or linklocal ipv6 multicast address fails
-
- Closed
-