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

Markus Grönlund mgronlun at openjdk.org
Fri Oct 14 12:38:07 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

This pull request has now been integrated.

Changeset: 21e4f06a
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/21e4f06ada24098dad4e71b0f9c13afeff87c24b
Stats:     4 lines in 4 files changed: 0 ins; 4 del; 0 mod

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

Reviewed-by: egahlin

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

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


More information about the hotspot-jfr-dev mailing list