RFR: 8287001: Add warning message when fail to load hsdis libraries [v5]
Yuta Sato
duke at openjdk.org
Fri Jun 24 02:27:39 UTC 2022
> 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:
Update full name
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/8782/files
- new: https://git.openjdk.org/jdk/pull/8782/files/58724253..cc6512c0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=8782&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=8782&range=03-04
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/8782.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/8782/head:pull/8782
PR: https://git.openjdk.org/jdk/pull/8782
More information about the hotspot-compiler-dev
mailing list