mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"
Reviewed-by: egahlin
This commit is contained in:
parent
f31c80d951
commit
21e4f06ada
4 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue