hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 32582 56619bb8bcaa
parent 32085 d869c505b624
child 33105 294e48b4f704
child 33069 d8eed614f298
--- 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();
   }