RFR: JDK-8311511: Improve description of NativeLibrary JFR event
Matthias Baesken
mbaesken at openjdk.org
Wed Jul 5 14:46:02 UTC 2023
The JFR NativeLibrary event description should be improved.
Currently there is no description at all, but there should be one indicating that 'NativeLibrary' can be different kinds of native images. For example on macOS the frameworks show up. On AIX, java itself or some mapped files show up too in the list.
On macOS the 'Top Address' is currently always 0 (info not available) . So give some hint in the description that this can happen.
-------------
Commit messages:
- JDK-8311511
Changes: https://git.openjdk.org/jdk/pull/14774/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14774&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8311511
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/14774.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14774/head:pull/14774
PR: https://git.openjdk.org/jdk/pull/14774
More information about the hotspot-jfr-dev
mailing list