Hi,
Would it be possible to have my fix for JDK-8229421 reviewed?
This fix addresses an intermittent issue. Original test checked IPv4
connections couldn’t be made to server accepting connections over IPv6
only (and vice-versa). However, the test didn’t check for the false
positive that can occur if something else was listening on test address,
invalidating the check. This fix addresses this problem.
Further information on this bug can be found here:
https://bugs.openjdk.java.net/browse/JDK-8229421
Webrev for fix:
http://cr.openjdk.java.net/~dfuchs/pconcann/8229421/webrevs/webrev.1/
Kind regards,
Patrick