This commit is contained in:
Igor Veresov 2016-08-26 14:47:52 -07:00
commit 2b1aa4e8ae
622 changed files with 16692 additions and 4877 deletions

View file

@ -4266,7 +4266,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());