-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b22
java.net.DatgramSocket and MulticastSocket have support for pre JDK 1.4 DatgramSocketImpl implementations, specifically to support DatagramSocketImpls that were compiled with JDK 1.3 or older, which do not have support for connected sockets, for peeking at received datagrams, and for joining and leaving a group at a specific interface. This support is legacy. Such implementations do not compile with JDK 1.4 or newer, so it should be relatively safe to drop this support.
- csr for
-
JDK-8274633 Drop support for pre JDK 1.4 DatagramSocketImpl implementations
-
- Closed
-
- relates to
-
JDK-8216978 Drop support for pre JDK 1.4 SocketImpl implementations
-
- Resolved
-