< prev index next >

test/java/net/NetworkConfigurationProbe.java

Print this page
rev 17324 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 23,32 **** --- 23,39 ---- /** * @test * @summary NOT A TEST. Captures the network interface configuration. * @library /test/lib + * @build jdk.test.lib.NetworkConfiguration + * jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* * @run main NetworkConfigurationProbe */ import java.net.Inet4Address; import java.net.Inet6Address;
< prev index next >