< prev index next >

test/java/net/InetAddress/ptr/Lookup.java

Print this page
rev 17326 : [mq]: 8181761-2

@@ -26,12 +26,16 @@
  * @test
  * @bug 4773521
  * @summary Test that reverse lookups of IPv4 addresses work when IPv6
  *          is enabled
  * @library /test/lib
- * @build jdk.test.lib.JDKToolFinder
- *        jdk.test.lib.process.OutputAnalyzer
+ * @build jdk.test.lib.Utils
+ *        jdk.test.lib.Asserts
+ *        jdk.test.lib.JDKToolFinder
+ *        jdk.test.lib.JDKToolLauncher
+ *        jdk.test.lib.Platform
+ *        jdk.test.lib.process.*
  *        Lookup
  * @run main Lookup root
  *
  */
 import java.io.IOException;
< prev index next >