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

Matthias Baesken mbaesken at openjdk.org
Mon Jul 31 07:12:21 UTC 2023


> 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:

  Adjust COPYRIGHT year info

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15065/files
  - new: https://git.openjdk.org/jdk/pull/15065/files/a934d3f7..da6b9861

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15065&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15065&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15065.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15065/head:pull/15065

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


More information about the hotspot-jfr-dev mailing list