RFR: JDK-8313251: Add NativeLibraryLoad event [v5]
Matthias Baesken
mbaesken at openjdk.org
Wed Aug 2 13:00:20 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).
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
use try with resources in test
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15065/files
- new: https://git.openjdk.org/jdk/pull/15065/files/628336ce..045f2832
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15065&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15065&range=03-04
Stats: 16 lines in 1 file changed: 2 ins; 1 del; 13 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-jfr-dev
mailing list