< prev index next >

test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java

Print this page
rev 7840 : 8151295: runtime/ErrorHandling fails when using jtreg 4.1 b13
Summary: using of jdk.test.lib.* changed to using of com.oracle.java.testlibrary.* whis is available when test launched with new version of jtreg

@@ -23,11 +23,11 @@
 
 /*
  * @test TestCrashOnOutOfMemoryError
  * @summary Test using -XX:+CrashOnOutOfMemoryError
  * @library /testlibrary
- * @build jdk.test.lib.*
+ * @build com.oracle.java.testlibrary.*
  * @run driver TestCrashOnOutOfMemoryError
  * @bug 8138745
  */
 
 import com.oracle.java.testlibrary.OutputAnalyzer;
< prev index next >