RFR: 8287001: Add warning message when fail to load hsdis libraries [v4]
Yasumasa Suenaga
ysuenaga at openjdk.org
Thu Jun 23 08:11:59 UTC 2022
On Tue, 7 Jun 2022 01:10:12 GMT, Yuta Sato <duke at openjdk.org> wrote:
>> When failing to load hsdis(Hot Spot Disassembler) library (because there is no library or hsdis.so is old and so on),
>> there is no warning message (only can see info level messages if put -Xlog:os=info).
>> This should show a warning message to tell the user that you failed to load libraries for hsdis.
>> So I put a warning message to notify this.
>>
>> e.g.
>> `
>
> Yuta Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> change warning message
Looks good. I will sponsor you if you need.
-------------
Marked as reviewed by ysuenaga (Reviewer).
PR: https://git.openjdk.org/jdk/pull/8782
More information about the hotspot-compiler-dev
mailing list