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

Calvin Cheung ccheung at openjdk.org
Tue Aug 16 16:27:10 UTC 2022


On Tue, 16 Aug 2022 15:53:52 GMT, Ioi Lam <iklam 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.
>
>> > 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.

Thanks @iklam, @hseigel.

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

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


More information about the hotspot-runtime-dev mailing list