8218613: [TESTBUG] runtime/ErrorHandling tests are building incorrect testlibrary classes

Tue, 12 Feb 2019 16:14:28 +0100

author
shade
date
Tue, 12 Feb 2019 16:14:28 +0100
changeset 9617
6384d7f8a123
parent 9616
faa71d8b8ab5
child 9618
3999f5f297f2

8218613: [TESTBUG] runtime/ErrorHandling tests are building incorrect testlibrary classes
Reviewed-by: aph, dholmes

test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java file | annotate | diff | comparison | revisions
test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java	Tue Feb 12 11:58:44 2019 +0100
     1.2 +++ b/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java	Tue Feb 12 16:14:28 2019 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4   * @test TestCrashOnOutOfMemoryError
     1.5   * @summary Test using -XX:+CrashOnOutOfMemoryError
     1.6   * @library /testlibrary
     1.7 - * @build jdk.test.lib.*
     1.8 + * @build com.oracle.java.testlibrary.*
     1.9   * @run driver TestCrashOnOutOfMemoryError
    1.10   * @bug 8138745
    1.11   */
     2.1 --- a/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java	Tue Feb 12 11:58:44 2019 +0100
     2.2 +++ b/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java	Tue Feb 12 16:14:28 2019 +0100
     2.3 @@ -25,7 +25,7 @@
     2.4   * @test TestExitOnOutOfMemoryError
     2.5   * @summary Test using -XX:ExitOnOutOfMemoryError
     2.6   * @library /testlibrary
     2.7 - * @build jdk.test.lib.*
     2.8 + * @build com.oracle.java.testlibrary.*
     2.9   * @run driver TestExitOnOutOfMemoryError
    2.10   * @bug 8138745
    2.11   */

mercurial