8164523: Clean up metadata for event based tracing

Reviewed-by: mlarsson, mgronlun
This commit is contained in:
Erik Gahlin 2016-08-23 19:21:48 +02:00
parent d4728727fb
commit c98e599afa
23 changed files with 271 additions and 278 deletions

View file

@ -4255,7 +4255,7 @@ void GraphBuilder::print_inlining(ciMethod* callee, const char* msg, bool succes
#if INCLUDE_TRACE
EventCompilerInlining event;
if (event.should_commit()) {
event.set_compileID(compilation()->env()->task()->compile_id());
event.set_compileId(compilation()->env()->task()->compile_id());
event.set_message(msg);
event.set_succeeded(success);
event.set_bci(bci());