< prev index next >

test/java/net/MulticastSocket/JoinLeave.java

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

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 4091811 4148753 4102731 * @summary Test java.net.MulticastSocket joinGroup and leaveGroup * @library /test/lib + * @build jdk.test.lib.NetworkConfiguration + * jdk.test.lib.Platform * @run main JoinLeave */ import java.io.IOException; import java.io.UncheckedIOException;
< prev index next >