RFR: 8294691: dynamicArchive/RelativePath.java is running other test case

Ioi Lam iklam at openjdk.org
Thu Oct 6 18:35:21 UTC 2022


On Thu, 6 Oct 2022 15:35:50 GMT, Matias Saavedra Silva <duke at openjdk.org> wrote:

> Test case in RelativePath.java corrected. Verified with tier 1-4 tests.

Looks good, just a small nit.

test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/RelativePath.java line 66:

> 64:                     output.shouldContain("Written dynamic archive 0x");
> 65:             });
> 66: 

The new block also uses a relative path so it should be moved to under the `// relative path starting with "."` line.

-------------

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10597


More information about the hotspot-runtime-dev mailing list