Integrated: 8287001: Add warning message when fail to load hsdis libraries

Yuta Sato duke at openjdk.org
Wed Jun 29 01:21:43 UTC 2022


On Thu, 19 May 2022 06:37:28 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.
> `

This pull request has now been integrated.

Changeset: 779b4e1d
Author:    Yuta Sato <satouyuzzb at oss.nttdata.com>
Committer: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/779b4e1d1959bc15a27492b7e2b951678e39cca8
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8287001: Add warning message when fail to load hsdis libraries

Reviewed-by: kvn, ysuenaga

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

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


More information about the hotspot-compiler-dev mailing list