< prev index next >

test/com/sun/jdi/ExclusiveBind.java

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

*** 23,36 **** /* @test * @bug 4531526 * @summary Test that more than one debuggee cannot bind to same port * at the same time. - * @library /lib/testlibrary * * @modules java.management * jdk.jdi * @build jdk.testlibrary.* VMConnection ExclusiveBind HelloWorld * @run driver ExclusiveBind */ import java.net.ServerSocket; import com.sun.jdi.Bootstrap; --- 23,37 ---- /* @test * @bug 4531526 * @summary Test that more than one debuggee cannot bind to same port * at the same time. * + * @library /lib/testlibrary * @modules java.management * jdk.jdi + * * @build jdk.testlibrary.* VMConnection ExclusiveBind HelloWorld * @run driver ExclusiveBind */ import java.net.ServerSocket; import com.sun.jdi.Bootstrap;
< prev index next >