RFR: 8292313: 2 runtime/cds/appcds tests fail after JDK-8284313

Ioi Lam iklam at openjdk.org
Tue Aug 16 15:57:20 UTC 2022


On Tue, 16 Aug 2022 05:21:10 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> > Maybe the tests should be fixed to check for only "shared class paths mismatch (hint: enable -Xlog:class+path=info to diagnose the failure)"? That way we don't need to put arbitrary limitations on the tests.
> 
> This essentially relaxes the checks in the test and should work too. I've pushed an update. Thanks.

I think that's OK, as the affected tests are more about the actual content of the message, and not the log level of the message.

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

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


More information about the hotspot-runtime-dev mailing list