equal
deleted
inserted
replaced
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) { |