From fa2f8f2716c7a666847757a10402ceb5bbfcd9f3 Mon Sep 17 00:00:00 2001 From: Felix Yang Date: Fri, 22 Jan 2016 13:26:56 +0000 Subject: [PATCH] 8133035: test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java fails to compile Reviewed-by: alanb --- jdk/test/com/sun/jndi/dns/Test6991580.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jdk/test/com/sun/jndi/dns/Test6991580.java b/jdk/test/com/sun/jndi/dns/Test6991580.java index d0b065f794c..b06f78a23de 100644 --- a/jdk/test/com/sun/jndi/dns/Test6991580.java +++ b/jdk/test/com/sun/jndi/dns/Test6991580.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -32,9 +32,10 @@ import java.awt.event.ActionListener; /** * @test - * @bug 6991580 8080108 + * @bug 6991580 8080108 8133035 * @requires os.family != "windows" * @summary IPv6 Nameservers in resolv.conf throws NumberFormatException + * @modules jdk.naming.dns/com.sun.jndi.dns * @build IPv6NameserverPlatformParsingTest * @run main/manual Test6991580 */