RFR: JDK-8288003: log events for os::dll_unload [v3]
Matthias Baesken
mbaesken at openjdk.java.net
Thu Jun 9 15:35:27 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:
remove whitespace in os_linux.hpp
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9101/files
- new: https://git.openjdk.org/jdk/pull/9101/files/1a0a7d6d..dbdca1ee
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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