mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8164523: Clean up metadata for event based tracing
Reviewed-by: mlarsson, mgronlun
This commit is contained in:
parent
d4728727fb
commit
c98e599afa
23 changed files with 271 additions and 278 deletions
|
@ -1819,7 +1819,7 @@ static void post_monitor_inflate_event(EventJavaMonitorInflate& event,
|
|||
const ObjectSynchronizer::InflateCause cause) {
|
||||
#if INCLUDE_TRACE
|
||||
assert(event.should_commit(), "check outside");
|
||||
event.set_klass(obj->klass());
|
||||
event.set_monitorClass(obj->klass());
|
||||
event.set_address((TYPE_ADDRESS)(uintptr_t)(void*)obj);
|
||||
event.set_cause((u1)cause);
|
||||
event.commit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue