Integrated: JDK-8288003: log events for os::dll_unload
Matthias Baesken
mbaesken at openjdk.java.net
Tue Jun 14 07:21:45 UTC 2022
On Thu, 9 Jun 2022 07:50:14 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: c2ccf4ca
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c2ccf4ca85b5375e08dce836acd6e86c851c3bd6
Stats: 46 lines in 4 files changed: 43 ins; 0 del; 3 mod
8288003: log events for os::dll_unload
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/9101
More information about the hotspot-runtime-dev
mailing list