RFR: 8281678: appcds/dynamicArchive/ArchiveConsistency.java fails after JDK-8279997
David Holmes
dholmes at openjdk.java.net
Mon Feb 14 13:01:11 UTC 2022
On Mon, 14 Feb 2022 07:38:36 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this trivial change - the two new test cases added in JDK-8279997 do not work when the tests are executed with `jtreg -vmoptions:-Xshare:off`. This patch disable the two test cases under such condition to avoid causing CI failures
>
> A proper fix will be done in https://bugs.openjdk.java.net/browse/JDK-8281715
Sorry but can you explain why -Xshare:off causes these subtests to fail. Don't they launch their own JVM with the desired flags?
Thanks,
David
-------------
PR: https://git.openjdk.java.net/jdk/pull/7457
More information about the hotspot-runtime-dev
mailing list