RFR: JDK-8313251: Add NativeLibraryLoad event [v2]
David Holmes
dholmes at openjdk.org
Sun Jul 30 22:59:49 UTC 2023
On Fri, 28 Jul 2023 09:38:13 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:
>
> add macro guards because the build errors in zero build
test/jdk/jdk/jfr/event/runtime/TestNativeLibraryLoadEvent.java line 2:
> 1: /*
> 2: * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
New test should have single copyright year, even if copied from existing test. Thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15065#discussion_r1278631089
More information about the hotspot-jfr-dev
mailing list