diff --git a/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java b/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java index 7e598345758475ba34cfe28407a4dd545ba90646..2224dbdae6ee1a8fe2a421f7d7d687f3fff7f508 100644 --- a/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java +++ b/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java @@ -25,7 +25,7 @@ * @test TestCrashOnOutOfMemoryError * @summary Test using -XX:+CrashOnOutOfMemoryError * @library /testlibrary - * @build jdk.test.lib.* + * @build com.oracle.java.testlibrary.* * @run driver TestCrashOnOutOfMemoryError * @bug 8138745 */ diff --git a/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java b/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java index a3c1ce701dd094309b32f036d76f632d69d30624..d8db19c46c64627ab7d80ae7f1177ec0ba36ece9 100644 --- a/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java +++ b/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java @@ -25,7 +25,7 @@ * @test TestExitOnOutOfMemoryError * @summary Test using -XX:ExitOnOutOfMemoryError * @library /testlibrary - * @build jdk.test.lib.* + * @build com.oracle.java.testlibrary.* * @run driver TestExitOnOutOfMemoryError * @bug 8138745 */