8170672: Event-based tracing to support classloader instances

Reviewed-by: hseigel, egahlin
This commit is contained in:
Markus Grönlund 2016-12-06 22:49:17 +01:00
parent 8bf0437430
commit 6a685f1d63
13 changed files with 95 additions and 59 deletions

View file

@ -309,7 +309,7 @@ ModuleEntry* ModuleEntryTable::new_entry(unsigned int hash, Handle module_handle
}
}
TRACE_INIT_MODULE_ID(entry);
TRACE_INIT_ID(entry);
return entry;
}