-
Enhancement
-
Resolution: Fixed
-
P3
-
1.4.0, 13
-
b20
java.net.Socket and ServerSocket have support for pre JDK 1.4 SocketImpl implementations, specifically to support SocketImpls that were compiled with JDK 1.3 or older, which do not have support for unconnected sockets. 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-8222546 Drop support for pre JDK 1.4 SocketImpl implementations
- Closed
- relates to
-
JDK-6449565 Pre-1.4 SocketImpl no longer supported
- Resolved
-
JDK-8223452 8216978 inadvertently changed the behaviour of the default implementation of SocketImpl::supportedOptions
- Closed
-
JDK-8260428 Drop support for pre JDK 1.4 DatagramSocketImpl implementations
- Resolved
-
JDK-8221481 Reimplement the Legacy Socket API
- Resolved