test/com/sun/jdi/ExclusiveBind.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 25,35 **** * @bug 4531526 * @summary Test that more than one debuggee cannot bind to same port * at the same time. * @library /lib/testlibrary * ! * @build jdk.testlibrary.ProcessTools jdk.testlibrary.JDKToolLauncher jdk.testlibrary.Utils * @build VMConnection ExclusiveBind HelloWorld * @run main ExclusiveBind */ import java.net.ServerSocket; import com.sun.jdi.Bootstrap; --- 25,35 ---- * @bug 4531526 * @summary Test that more than one debuggee cannot bind to same port * at the same time. * @library /lib/testlibrary * ! * @build jdk.testlibrary.* VMConnection ExclusiveBind HelloWorld * @build VMConnection ExclusiveBind HelloWorld * @run main ExclusiveBind */ import java.net.ServerSocket; import com.sun.jdi.Bootstrap;