< prev index next >

test/jdk/com/sun/jdi/ExclusiveBind.java

Print this page
rev 51638 : [mq]: 8210112

@@ -24,10 +24,11 @@
 /* @test
  * @bug 4531526
  * @summary Test that more than one debuggee cannot bind to same port
  *          at the same time.
  * @library /lib/testlibrary
+ * @library /test/lib
  *
  * @modules java.management
  *          jdk.jdi
  * @build jdk.testlibrary.* VMConnection ExclusiveBind HelloWorld
  * @run driver ExclusiveBind

@@ -42,11 +43,11 @@
 import java.util.Map;
 import java.util.List;
 import java.util.Iterator;
 import java.util.concurrent.TimeUnit;
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 import jdk.testlibrary.Utils;
 
 public class ExclusiveBind {
     /*
      * Find a connector by name
< prev index next >