RFR: JDK-8288003: log events for os::dll_unload [v6]
Matthias Baesken
mbaesken at openjdk.java.net
Mon Jun 13 12:27:11 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:
use assert in dll_path
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9101/files
- new: https://git.openjdk.org/jdk/pull/9101/files/b255beb8..3cd592c0
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=05
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=04-05
Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 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