< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

@@ -19,22 +19,20 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessTools;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 /* @test
  * @bug 8147456
  * @summary Check that providing a non-existing -agentpath gives a proper error.
  * @author Sharath Ballal
  *
- * @library /lib/testlibrary
+ * @library /test/lib
  * @modules java.management
- * @build jdk.testlibrary.*
  * @build BadAgentPath
  * @run driver BadAgentPath
  */
 
 public class BadAgentPath {
< prev index next >