Integrated: JDK-8313251: Add NativeLibraryLoad event

Matthias Baesken mbaesken at openjdk.org
Fri Aug 4 07:05:47 UTC 2023


On Fri, 28 Jul 2023 08:10:24 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).

This pull request has now been integrated.

Changeset: 5d232959
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5d232959c2d98b632a5c48c89f369f7e80c8b68f
Stats:     218 lines in 9 files changed: 216 ins; 0 del; 2 mod

8313251: Add NativeLibraryLoad event

Reviewed-by: jbechberger, egahlin, dholmes

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

PR: https://git.openjdk.org/jdk/pull/15065


More information about the hotspot-jfr-dev mailing list