Integrated: 8286707: JFR: Don't commit JFR internal jdk.JavaMonitorWait events

Joakim Nordström jnordstrom at openjdk.org
Wed Oct 19 10:37:07 UTC 2022


On Wed, 25 May 2022 12:24:03 GMT, Joakim Nordström <jnordstrom at openjdk.org> wrote:

> Changed the JFR chunk rotation lock object to specific internal class. This allows that specific Object.wait() event to be skipped, thus not adding JFR internal noise to recordings. 
> 
> # Testing
> - jdk_jfr

This pull request has now been integrated.

Changeset: fc889577
Author:    Joakim Nordström <jnordstrom at openjdk.org>
Committer: Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fc889577eaf3f564d896818c1d9b1eb6fa5a8758
Stats:     29 lines in 6 files changed: 20 ins; 3 del; 6 mod

8286707: JFR: Don't commit JFR internal jdk.JavaMonitorWait events

Reviewed-by: dholmes, egahlin

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

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


More information about the hotspot-jfr-dev mailing list