hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 46270 2e7898927798
parent 42553 2aeb79d952f3
child 46289 1904e7ec236e
equal deleted inserted replaced
46269:7e725659ea12 46270:2e7898927798
  4287     event.set_callee(callee->to_trace_struct());
  4287     event.set_callee(callee->to_trace_struct());
  4288     event.commit();
  4288     event.commit();
  4289   }
  4289   }
  4290 #endif // INCLUDE_TRACE
  4290 #endif // INCLUDE_TRACE
  4291 
  4291 
       
  4292   CompileTask::print_inlining_ul(callee, scope()->level(), bci(), msg);
       
  4293 
  4292   if (!compilation()->directive()->PrintInliningOption) {
  4294   if (!compilation()->directive()->PrintInliningOption) {
  4293     return;
  4295     return;
  4294   }
  4296   }
  4295   CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg);
  4297   CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg);
  4296   if (success && CIPrintMethodCodes) {
  4298   if (success && CIPrintMethodCodes) {