--- old/src/share/vm/c1/c1_GraphBuilder.cpp 2017-01-05 21:28:07.436327562 +0900 +++ new/src/share/vm/c1/c1_GraphBuilder.cpp 2017-01-05 21:28:07.340327257 +0900 @@ -4289,6 +4289,8 @@ } #endif // INCLUDE_TRACE + CompileTask::print_inlining_ul(callee, scope()->level(), bci(), msg); + if (!compilation()->directive()->PrintInliningOption) { return; }