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

Matthias Baesken mbaesken at openjdk.org
Thu Aug 3 11:30:32 UTC 2023


On Thu, 3 Aug 2023 07:59:56 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:
> 
>   better check for libinstrument not awt

David are you fine with the latest version? 
I checked the GHA build errors and they are not related.

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

PR Comment: https://git.openjdk.org/jdk/pull/15065#issuecomment-1663813598


More information about the hotspot-jfr-dev mailing list