src/share/vm/opto/doCall.cpp

changeset 5763
1b64d46620a3
parent 5110
6f3fd5150b67
child 5798
29bdcf12457c
     1.1 --- a/src/share/vm/opto/doCall.cpp	Tue Sep 24 15:56:25 2013 +0200
     1.2 +++ b/src/share/vm/opto/doCall.cpp	Tue Sep 24 16:08:00 2013 -0700
     1.3 @@ -41,9 +41,9 @@
     1.4  #include "runtime/sharedRuntime.hpp"
     1.5  
     1.6  void trace_type_profile(Compile* C, ciMethod *method, int depth, int bci, ciMethod *prof_method, ciKlass *prof_klass, int site_count, int receiver_count) {
     1.7 -  if (TraceTypeProfile || PrintInlining NOT_PRODUCT(|| PrintOptoInlining)) {
     1.8 +  if (TraceTypeProfile || C->print_inlining()) {
     1.9      outputStream* out = tty;
    1.10 -    if (!PrintInlining) {
    1.11 +    if (!C->print_inlining()) {
    1.12        if (NOT_PRODUCT(!PrintOpto &&) !PrintCompilation) {
    1.13          method->print_short_name();
    1.14          tty->cr();

mercurial