RFR: JDK-8314211: Add NativeLibraryUnload event
Thomas Stuefe
stuefe at openjdk.org
Tue Aug 15 06:05:05 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.
LGTM.
While looking at this, I saw that many dlopens in hotspot and jdk coding are not tracked, is that deliberate?
Cheers, Thomas
-------------
Marked as reviewed by stuefe (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15272#pullrequestreview-1578016761
More information about the hotspot-dev
mailing list