Michael,
java/net/BindException/Test.java and java/net/ipv6tests/Tests.java have
code that iterator over the network interfaces looking for IPv4
addresses to test with. In some cases, it is possible to have an
interface that is up with an IPv4 address of 0.0.0.0. This is not
suitable for use with these test as the implementation uses it as the
wildcard address and the tests fail with an unexpected failure.
The solution is to simply not use isAnyLocalAddress.
Webrev:
http://cr.openjdk.java.net/~chegar/6961029/webrev.00/webrev/
-Chris.