src/share/vm/opto/bytecodeInfo.cpp

changeset 4357
ad5dd04754ee
parent 4267
bd7a7ce2e264
child 4409
d092d1b31229
     1.1 --- a/src/share/vm/opto/bytecodeInfo.cpp	Mon Dec 17 11:00:22 2012 -0800
     1.2 +++ b/src/share/vm/opto/bytecodeInfo.cpp	Tue Dec 18 14:55:25 2012 +0100
     1.3 @@ -403,7 +403,7 @@
     1.4  //------------------------------print_inlining---------------------------------
     1.5  // Really, the failure_msg can be a success message also.
     1.6  void InlineTree::print_inlining(ciMethod* callee_method, int caller_bci, const char* failure_msg) const {
     1.7 -  CompileTask::print_inlining(callee_method, inline_level(), caller_bci, failure_msg ? failure_msg : "inline");
     1.8 +  C->print_inlining(callee_method, inline_level(), caller_bci, failure_msg ? failure_msg : "inline");
     1.9    if (callee_method == NULL)  tty->print(" callee not monotonic or profiled");
    1.10    if (Verbose && callee_method) {
    1.11      const InlineTree *top = this;

mercurial