Integrated: 8326838: JFR: Native mirror events

Erik Gahlin egahlin at openjdk.org
Thu Feb 29 20:20:50 UTC 2024


On Wed, 28 Feb 2024 19:35:07 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: d29cefb6
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d29cefb6ebfd03638e1ca880ff20a0489e4e4fa5
Stats:     58 lines in 4 files changed: 47 ins; 0 del; 11 mod

8326838: JFR: Native mirror events

Reviewed-by: mgronlun

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

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


More information about the hotspot-jfr-dev mailing list