Integrated: 7992: Add API to easily write annotated Java JFR events
Jaroslav Bachorik
jbachorik at openjdk.org
Tue Aug 20 01:38:55 UTC 2024
On Wed, 7 Dec 2022 10:05:32 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
> This PR extends the JFR Writer API with the ability to use the custom JFR event types (eg. classes extending `jdk.jfr.Event`) and register new writer type for them and also directly accept the instances of those types to write them in the recording.
This pull request has now been integrated.
Changeset: 4c9d9e47
Author: Jaroslav Bachorik <jbachorik at openjdk.org>
Committer: Marcus Hirt <hirt at openjdk.org>
URL: https://git.openjdk.org/jmc/commit/4c9d9e47bcf13d6c12ddfcdeddb2e90dbe3b691b
Stats: 642 lines in 4 files changed: 635 ins; 0 del; 7 mod
7992: Add API to easily write annotated Java JFR events
Reviewed-by: hirt
-------------
PR: https://git.openjdk.org/jmc/pull/457
More information about the jmc-dev
mailing list