< prev index next >

src/share/vm/opto/bytecodeInfo.cpp

Print this page

        

@@ -494,10 +494,12 @@
       C->log()->inline_success(inline_msg);
     } else {
       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");
     if (Verbose && callee_method) {
       const InlineTree *top = this;
< prev index next >