[jdk19] Integrated: 8288482: JFR: Cannot resolve method

Markus Grönlund mgronlun at openjdk.org
Tue Jul 19 09:38:10 UTC 2022


On Sun, 17 Jul 2022 13:14:10 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Greetings,
> 
> Serializations related to rotations must not issue the CLEAR_THIS_EPOCH_METHOD_CLEARED_BIT because, at this point, the epoch has already shifted. As such, we are collecting the previous epoch and must not clear the current one.
> CLEAR_THIS_EPOCH_METHOD_CLEARED_BIT is only valid for flushpoints and class unloading, which collects the current epoch. 
> Please see the description in the JIRA issue for additional details.
> 
> Testing: Repro.java, jdk_jfr
> 
> Thanks
> Markus

This pull request has now been integrated.

Changeset: a6bab2a3
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk19/commit/a6bab2a37905a191e95464b47a2dd4c89ce7be61
Stats:     6 lines in 1 file changed: 4 ins; 0 del; 2 mod

8288482: JFR: Cannot resolve method

Reviewed-by: jbachorik

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

PR: https://git.openjdk.org/jdk19/pull/144


More information about the hotspot-jfr-dev mailing list