RFR: 8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"

Erik Gahlin egahlin at openjdk.org
Fri Oct 14 12:34:59 UTC 2022


On Thu, 13 Oct 2022 14:38:59 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Greetings,
> 
> In [JDK-8287832](https://bugs.openjdk.org/browse/JDK-8287832), a change was made that removed the cached shouldCommit() state, under the premise that shouldCommit() is only called once. There are a few places that assert on shouldCommit(), that should have been removed as part of [JDK-8287832](https://bugs.openjdk.org/browse/JDK-8287832).
> 
> This change complements these removals.
> 
> Testing: jdk_jfr
> 
> Thanks
> Markus

Marked as reviewed by egahlin (Reviewer).

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

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


More information about the hotspot-jfr-dev mailing list