RFR: 8291991: Adjust the "shared class paths mismatch" message if class path logging is enabled [v4]
Matias Saavedra Silva
matsaave at openjdk.org
Tue Nov 15 22:47:05 UTC 2022
On Tue, 15 Nov 2022 18:45:32 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Before this fix, with `-Xshare:on` and `-Xlog:class+path=info` and if there is a class path mismatch, the following error message will be displayed:
>>
>> `shared class paths mismatch (hint: enable -Xlog:class+path=info to diagnose the failure)`
>>
>> After this fix, only the first part of the error message will be displayed since the "hint" is repetitive if the user has specified `-Xlog:class+path=info.`
>>
>> `shared class paths mismatch`
>>
>> Passed tiers 1 and 2 testing.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>
> simplify FileMapInfo::fail_continue_impl
Looks good to me!
-------------
Marked as reviewed by matsaave (Author).
PR: https://git.openjdk.org/jdk/pull/11078
More information about the hotspot-runtime-dev
mailing list