hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 46327 91576389a517
parent 43947 a52ee13998f3
parent 46289 1904e7ec236e
child 46369 3bf4544bec14
equal deleted inserted replaced
44203:d2d435372329 46327:91576389a517
  4295     event.set_callee(callee->to_trace_struct());
  4295     event.set_callee(callee->to_trace_struct());
  4296     event.commit();
  4296     event.commit();
  4297   }
  4297   }
  4298 #endif // INCLUDE_TRACE
  4298 #endif // INCLUDE_TRACE
  4299 
  4299 
       
  4300   CompileTask::print_inlining_ul(callee, scope()->level(), bci(), msg);
       
  4301 
  4300   if (!compilation()->directive()->PrintInliningOption) {
  4302   if (!compilation()->directive()->PrintInliningOption) {
  4301     return;
  4303     return;
  4302   }
  4304   }
  4303   CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg);
  4305   CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg);
  4304   if (success && CIPrintMethodCodes) {
  4306   if (success && CIPrintMethodCodes) {