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

Reviewed-by: egahlin
This commit is contained in:
Markus Grönlund 2022-10-14 12:34:42 +00:00
parent f31c80d951
commit 21e4f06ada
4 changed files with 0 additions and 4 deletions

View file

@ -1200,7 +1200,6 @@ static void post_monitor_inflate_event(EventJavaMonitorInflate* event,
const oop obj,
ObjectSynchronizer::InflateCause cause) {
assert(event != NULL, "invariant");
assert(event->should_commit(), "invariant");
event->set_monitorClass(obj->klass());
event->set_address((uintptr_t)(void*)obj);
event->set_cause((u1)cause);