RFR: 8287001: Add warning message when fail to load hsdis libraries [v5]

Yuta Sato duke at openjdk.org
Fri Jun 24 06:17:03 UTC 2022


On Thu, 19 May 2022 19:29:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Yuta Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update full name
>
> Can you put the warning into `dll_load()`?
> We already print messages there with `-XX:+Vebose` (unfortunately it is available only in debug VM).
> Actually consider replacing print statements and `Verbose` check there with UL.

@vnkozlov 
If you have some time, could you review again this?
As JohnTortugo also said, 
I believe `load library` is the best place to show the error message.

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

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


More information about the hotspot-compiler-dev mailing list