hotspot/src/share/vm/opto/bytecodeInfo.cpp
changeset 46270 2e7898927798
parent 40664 1ec65b303bb7
--- a/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Tue Feb 14 19:16:46 2017 -0800
+++ b/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Tue Feb 14 20:00:28 2017 -0800
@@ -496,6 +496,8 @@
       C->log()->inline_fail(inline_msg);
     }
   }
+  CompileTask::print_inlining_ul(callee_method, inline_level(),
+                                               caller_bci, inline_msg);
   if (C->print_inlining()) {
     C->print_inlining(callee_method, inline_level(), caller_bci, inline_msg);
     if (callee_method == NULL) tty->print(" callee not monotonic or profiled");