RFR: 8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"
Markus Grönlund
mgronlun at openjdk.org
Thu Oct 13 16:12:50 UTC 2022
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
-------------
Commit messages:
- 8295274
Changes: https://git.openjdk.org/jdk/pull/10700/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10700&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295274
Stats: 4 lines in 4 files changed: 0 ins; 4 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10700.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10700/head:pull/10700
PR: https://git.openjdk.org/jdk/pull/10700
More information about the hotspot-dev
mailing list