-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 14
-
Component/s: core-libs
-
b24
The test tries to pass a boolean value for the IP_MULTICAST_IF option and expects to get SocketException("Socket is closed");
An implementation should be in its own right to throw an IllegalArgumentException instead (and DatagramChannel;;socket()) actually does.
The test should be fixed to either pass a NetworkInterface or accept IllegalArgumentException as a valid outcome.
An implementation should be in its own right to throw an IllegalArgumentException instead (and DatagramChannel;;socket()) actually does.
The test should be fixed to either pass a NetworkInterface or accept IllegalArgumentException as a valid outcome.
- blocks
-
JDK-8230211 Prepare DatagramSocket for alternative DatagramSocketImpl
-
- Resolved
-
- relates to
-
JDK-8224477 java.net socket types new-style socket option methods - spec and impl mismatch
-
- Resolved
-