-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b20
-
Verified
The protected java.net.ServerSocket constructor is specified to throw NPE if the impl parameter is null. Currently, since a recent refactoring of SocketImpl code, it does not.
- duplicates
-
JDK-8223324 JCK test api/java_net/ServerSocket/ConstProtectedTests.html fails
- Closed