RFR: 8286707: JFR: Don't commit JFR internal jdk.JavaMonitorWait events
David Holmes
dholmes at openjdk.java.net
Thu May 26 02:30:49 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
I think any filtering should be handled internally to JFR not in the ObjectMonitor code.
-------------
Changes requested by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8883
More information about the hotspot-jfr-dev
mailing list