< prev index next >

test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.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,33 **** /* * @test TestExitOnOutOfMemoryError * @summary Test using -XX:ExitOnOutOfMemoryError * @library /testlibrary ! * @build jdk.test.lib.* * @run driver TestExitOnOutOfMemoryError * @bug 8138745 */ import com.oracle.java.testlibrary.ProcessTools; --- 23,33 ---- /* * @test TestExitOnOutOfMemoryError * @summary Test using -XX:ExitOnOutOfMemoryError * @library /testlibrary ! * @build com.oracle.java.testlibrary.* * @run driver TestExitOnOutOfMemoryError * @bug 8138745 */ import com.oracle.java.testlibrary.ProcessTools;
< prev index next >