Will bug 8151295 be fixed in next release?
yumin qi
yumin.qi at gmail.com
Thu Jan 17 08:43:39 UTC 2019
The tests will always fail since the directory structure is for jdk9+. The
fix is straight forward, the diff:
diff --git a/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
b/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
index 7e59834..2224dbd 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 a3c1ce7..d8db19c 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
*/
I did not see any progress in JIRA update.
I filed bug https://bugs.openjdk.java.net/browse/JDK-8151295 for it, it was
closed as a dup of this bug.
Thanks
Yumin
More information about the jdk8u-dev
mailing list