RFR: JDK-8313251: Add NativeLibraryLoad event
Matthias Baesken
mbaesken at openjdk.org
Fri Jul 28 08:17:11 UTC 2023
Add a NativeLibraryLoad event that provides us more detail about shared lib/dll loads. This gives a time stamp and success + error details of the load operation. It enhances the already existing information we get from the existing NativeLibrary event (that periodically samples the native modules of the jvm process).
-------------
Commit messages:
- JDK-8313251
Changes: https://git.openjdk.org/jdk/pull/15065/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15065&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8313251
Stats: 186 lines in 9 files changed: 186 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/15065.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15065/head:pull/15065
PR: https://git.openjdk.org/jdk/pull/15065
More information about the hotspot-dev
mailing list