RFR: JDK-8313251: Add NativeLibraryLoad event [v5]

Erik Gahlin egahlin at openjdk.org
Wed Aug 2 14:07:52 UTC 2023


On Wed, 2 Aug 2023 13:00:20 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> 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

Marked as reviewed by egahlin (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/15065#pullrequestreview-1559094036


More information about the hotspot-jfr-dev mailing list