Integrated: JDK-8314211: Add NativeLibraryUnload event

Matthias Baesken mbaesken at openjdk.org
Wed Aug 16 07:42:17 UTC 2023


On Mon, 14 Aug 2023 14:51:50 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> [JDK-8313251](https://bugs.openjdk.org/browse/JDK-8313251) introduced a a NativeLibraryLoad event that provides us more detail about shared lib/dll loads.
> There should be a similar event for unload operations of shared libs.

This pull request has now been integrated.

Changeset: ef6db5c2
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ef6db5c2991b92e2a600fa01d1d3f5026055ad17
Stats:     64 lines in 7 files changed: 62 ins; 0 del; 2 mod

8314211: Add NativeLibraryUnload event

Reviewed-by: stuefe, mdoerr

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

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


More information about the hotspot-dev mailing list