< prev index next >

test/java/net/MulticastSocket/SetLoopbackMode.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,10 +24,12 @@
 /*
  * @test
  * @bug 4686717
  * @summary Test MulticastSocket.setLoopbackMode
  * @library /test/lib
+ * @build jdk.test.lib.NetworkConfiguration
+ *        jdk.test.lib.Platform
  * @run main/othervm SetLoopbackMode
  */
 
 import java.net.*;
 import java.io.IOException;
< prev index next >