-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b22
test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java assumes NetworkConfiguration.probe().ip4MulticastInterfaces().iterator() always has at least one NetworkInterface. Instead it should do something like the IPv6 code right after it where it checks that the iterator is not empty.