< prev index next >

src/share/vm/c1/c1_GraphBuilder.cpp

Print this page

        

*** 4287,4296 **** --- 4287,4298 ---- event.set_callee(callee->to_trace_struct()); event.commit(); } #endif // INCLUDE_TRACE + CompileTask::print_inlining_ul(callee, scope()->level(), bci(), msg); + if (!compilation()->directive()->PrintInliningOption) { return; } CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg); if (success && CIPrintMethodCodes) {
< prev index next >