RFR: JDK-8288003: log events for os::dll_unload [v5]
Matthias Baesken
mbaesken at openjdk.java.net
Mon Jun 13 08:26:51 UTC 2022
> Currently we only log events for os::dll_load, but not for os::dll_unload, this patch adds it. On some platforms (Linux/Windows) we can use OS APIs (e.g. dlinfo on Linux) to log the path of the unloaded shared lib.
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
Adjust dll_path
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9101/files
- new: https://git.openjdk.org/jdk/pull/9101/files/fa7b3b7b..b255beb8
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=03-04
Stats: 3 lines in 3 files changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/9101.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9101/head:pull/9101
PR: https://git.openjdk.org/jdk/pull/9101
More information about the hotspot-runtime-dev
mailing list