< prev index next >

test/runtime/ErrorHandling/TestOnError.java

Print this page

        

@@ -23,17 +23,18 @@
 
 /*
  * @test TestOnError
  * @summary Test using -XX:OnError=<cmd>
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary
- * @build TestOnError
+ * @library /test/lib
  * @run main TestOnError
  * @bug 8078470
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.Platform;
 
 public class TestOnError {
 
     public static void main(String[] args) throws Exception {
         if (!Platform.isDebugBuild()) {
< prev index next >