changeset 46270 | 2e7898927798 |
parent 42553 | 2aeb79d952f3 |
child 46289 | 1904e7ec236e |
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Tue Feb 14 19:16:46 2017 -0800 +++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Tue Feb 14 20:00:28 2017 -0800 @@ -4289,6 +4289,8 @@ } #endif // INCLUDE_TRACE + CompileTask::print_inlining_ul(callee, scope()->level(), bci(), msg); + if (!compilation()->directive()->PrintInliningOption) { return; }