[8u-dev] Request for approval: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

Rob McKenna rob.mckenna at oracle.com
Wed Oct 1 15:39:07 UTC 2014


Approved, pending 9 integration.

     -Rob

On 01/10/14 16:30, Mark Sheppard wrote:
> Please approve the  backport of the following fix into 8u-dev:
>
> https://bugs.openjdk.java.net/browse/JDK-8058932
> http://mail.openjdk.java.net/pipermail/net-dev/2014-October/008711.html
>
>
> change
>
> --- a/test/java/net/InetAddress/IPv4Formats.java        Tue Sep 30 
> 13:25:04 2014 +0100
> +++ b/test/java/net/InetAddress/IPv4Formats.java        Tue Sep 30 
> 23:23:46 2014 +0100
> @@ -36,7 +36,7 @@
>              {"126.1", "126.0.0.1"},
>              {"128.50.65534", "128.50.255.254"},
>              {"192.168.1.2", "192.168.1.2"},
> -            {"hello.foo.bar", null},
> +            {"invalidhost.invalid", null},
>              {"1024.1.2.3", null},
>              {"128.14.66000", null }
>
>
> regards
> Mark



More information about the jdk8u-dev mailing list