< prev index next >

test/com/sun/jdi/ListenAddress.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 24,34 **** /* @test * @bug 4932074 * @summary Test that startListening(Map) method of the com.sun.jdi.SocketListen * Connector returns an address that is usable for the address option on * remove debuggees. - * @modules jdk.jdi */ import java.net.InetAddress; import java.net.Inet4Address; import java.net.NetworkInterface; import java.io.IOException; --- 24,33 ----
< prev index next >