RFR: 8352066: JVM.commit() and JVM.flush() exhibit race conditions against JFR epochs

Erik Gahlin egahlin at openjdk.org
Fri Mar 14 16:42:52 UTC 2025


On Fri, 14 Mar 2025 14:55:40 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Greetings,
> 
> This change set removes some race conditions involving JFR epochs. For details, please see the JIRA issue.
> 
> Testing: jdk_jfr, TestChunkIntegrity testing
> 
> Thanks
> Markus

I noticed that a boolean flag was added to the JfrCheckpointManager::on_rotation, but couldn't see where it was being used. Was this by design or a mistake?

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

PR Comment: https://git.openjdk.org/jdk/pull/24061#issuecomment-2725210691


More information about the hotspot-jfr-dev mailing list