[teststabilization] RFR: 8223463: Replace wildcard address with loopback or local host in tests - part 2

Daniel Fuchs daniel.fuchs at oracle.com
Tue May 7 15:39:23 UTC 2019


Thaks Alan!

On 07/05/2019 16:17, Alan Bateman wrote:
> This looks good. In passing, it might be clearer if 
> AcceptInheritHandle.test named is argument args rather than sysProps as 
> it's an array of arguments for the child. Also you could use
> Arrays.stream(sysProps).anyMatch("-Djava.net.preferIPv4Stack=true"::equals)
> to avoid the Set if you want.

I did the suggested changes:

http://cr.openjdk.java.net/~dfuchs/webrev_8223463/webrev.01/

-- daniel


More information about the net-dev mailing list