RFR: 8326838: JFR: Native mirror events [v2]
Erik Gahlin
egahlin at openjdk.org
Thu Feb 29 12:35:15 UTC 2024
> Hi,
>
> Could I have a review of a change that provides infrastructure for emitting JDK events with metadata defined in native, such as structs, enum constants and references to native artefacts. If an event in the JDK has the same name as an event defined in metadata.xml, the metadata for the native event is used.
>
> I also fixed an incorrect exception message in the TypeLibrary class.
>
> Testing: jdk/jdk/jfr and manual validatation that native metadata is picked up by a JDK event.
>
> Thanks
> Erik
Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
Add comment and fix exception message
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18051/files
- new: https://git.openjdk.org/jdk/pull/18051/files/50cddb30..7ebc19b8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18051&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18051&range=00-01
Stats: 7 lines in 1 file changed: 5 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/18051.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18051/head:pull/18051
PR: https://git.openjdk.org/jdk/pull/18051
More information about the hotspot-jfr-dev
mailing list