[teststabilization] RFR: 8223463: Replace wildcard address with loopback or local host in tests - part 2
Alan Bateman
Alan.Bateman at oracle.com
Tue May 7 15:43:01 UTC 2019
On 07/05/2019 16:39, Daniel Fuchs wrote:
> 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/
Looks good.
More information about the net-dev
mailing list