author | chegar |
Thu, 28 Feb 2019 10:43:13 +0000 | |
branch | niosocketimpl-branch |
changeset 57223 | 0108ca0d7baf |
parent 57222 | 86e1d9d76ef4 |
child 57224 | 1b773b0aa5f6 |
src/java.base/share/classes/java/net/ServerSocket.java | file | annotate | diff | comparison | revisions |
--- a/src/java.base/share/classes/java/net/ServerSocket.java Thu Feb 28 10:38:11 2019 +0000 +++ b/src/java.base/share/classes/java/net/ServerSocket.java Thu Feb 28 10:43:13 2019 +0000 @@ -598,7 +598,7 @@ */ private void implAccept(SocketImpl si) throws IOException { assert !(si instanceof DelegatingSocketImpl); - + // A non-platform SocketImpl cannot accept a connection with a platform // SocketImpl if (!(impl instanceof PlatformSocketImpl) && si instanceof PlatformSocketImpl) {