RFR: JDK-8288003: log events for os::dll_unload

Matthias Baesken mbaesken at openjdk.java.net
Thu Jun 9 07:58:58 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.

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

Commit messages:
 - JDK-8288003

Changes: https://git.openjdk.java.net/jdk/pull/9101/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9101&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8288003
  Stats: 35 lines in 2 files changed: 33 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/9101.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/9101/head:pull/9101

PR: https://git.openjdk.java.net/jdk/pull/9101


More information about the hotspot-runtime-dev mailing list