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 useArrays.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