src/share/vm/opto/bytecodeInfo.cpp

changeset 2877
bad7ecd0b6ed
parent 2866
b21ecca7ccc4
child 2898
e2a92dd0d3d2
     1.1 --- a/src/share/vm/opto/bytecodeInfo.cpp	Wed May 04 03:42:58 2011 -0700
     1.2 +++ b/src/share/vm/opto/bytecodeInfo.cpp	Wed May 04 13:12:42 2011 -0700
     1.3 @@ -373,7 +373,6 @@
     1.4    return true;
     1.5  }
     1.6  
     1.7 -#ifndef PRODUCT
     1.8  //------------------------------print_inlining---------------------------------
     1.9  // Really, the failure_msg can be a success message also.
    1.10  void InlineTree::print_inlining(ciMethod* callee_method, int caller_bci, const char* failure_msg) const {
    1.11 @@ -385,7 +384,6 @@
    1.12      tty->print("  bcs: %d+%d  invoked: %d", top->count_inline_bcs(), callee_method->code_size(), callee_method->interpreter_invocation_count());
    1.13    }
    1.14  }
    1.15 -#endif
    1.16  
    1.17  //------------------------------ok_to_inline-----------------------------------
    1.18  WarmCallInfo* InlineTree::ok_to_inline(ciMethod* callee_method, JVMState* jvms, ciCallProfile& profile, WarmCallInfo* initial_wci) {

mercurial