diff -r 632402f18fe6 -r 56619bb8bcaa hotspot/src/share/vm/c1/c1_GraphBuilder.cpp --- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Thu Sep 03 15:03:12 2015 -0700 +++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Fri Sep 04 12:47:57 2015 +0200 @@ -4212,7 +4212,7 @@ if (!PrintInlining && !compilation()->method()->has_option("PrintInlining")) { return; } - CompileTask::print_inlining(callee, scope()->level(), bci(), msg); + CompileTask::print_inlining_tty(callee, scope()->level(), bci(), msg); if (success && CIPrintMethodCodes) { callee->print_codes(); }