hotspot/src/share/vm/ci/ciMethod.cpp
changeset 33602 16053580a684
parent 33129 e0bcbb5015b3
child 33611 9abd65805e19
equal deleted inserted replaced
33597:5d42601232b1 33602:16053580a684
   743   }
   743   }
   744 
   744 
   745 #ifndef PRODUCT
   745 #ifndef PRODUCT
   746   if (TraceDependencies && target() != NULL && target() != root_m->get_Method()) {
   746   if (TraceDependencies && target() != NULL && target() != root_m->get_Method()) {
   747     tty->print("found a non-root unique target method");
   747     tty->print("found a non-root unique target method");
   748     tty->print_cr("  context = %s", InstanceKlass::cast(actual_recv->get_Klass())->external_name());
   748     tty->print_cr("  context = %s", actual_recv->get_Klass()->external_name());
   749     tty->print("  method  = ");
   749     tty->print("  method  = ");
   750     target->print_short_name(tty);
   750     target->print_short_name(tty);
   751     tty->cr();
   751     tty->cr();
   752   }
   752   }
   753 #endif //PRODUCT
   753 #endif //PRODUCT