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

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


On Mon, 18 Jul 2022 08:57:05 GMT, Jaroslav Bachorik <jbachorik 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
>
> Marked as reviewed by jbachorik (Reviewer).

Thanks @jbachorik for reviewing!

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

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


More information about the hotspot-jfr-dev mailing list