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

Matthias Baesken mbaesken at openjdk.org
Fri Jul 28 09:38:13 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:

  add macro guards because the build errors in zero build

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

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

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

  Stats: 38 lines in 4 files changed: 29 ins; 0 del; 9 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-dev mailing list