Daniel, > On 30 Apr 2019, at 12:16, Daniel Fuchs <daniel.fu...@oracle.com> wrote: > > Hi, > > Please find below a patch for: > > 8223145: [teststabilization] Replace wildcard address with loopback > or local host in test - part 1 > https://bugs.openjdk.java.net/browse/JDK-8223145 > > http://cr.openjdk.java.net/~dfuchs/webrev_8223145/webrev.00/ > <http://cr.openjdk.java.net/~dfuchs/webrev_8223145/webrev.00/>
I think this looks good ( the tests here don’t seem to really care whether the server socket is bound to the wildcard address or not, just that the client and server sides can be connected, in order to test some higher-level protocol abstraction ). -Chris.