--- old/src/share/vm/ci/ciMethod.cpp Thu Feb 4 09:29:52 2010 +++ new/src/share/vm/ci/ciMethod.cpp Thu Feb 4 09:29:52 2010 @@ -445,7 +445,8 @@ (morphism == ciCallProfile::MorphismLimit && count == 0)) { #ifdef ASSERT if (count > 0) { - tty->print_cr("bci: %d", bci); + this->print_short_name(tty); + tty->print_cr(" @ bci:%d", bci); this->print_codes(); assert(false, "this call site should not be polymorphic"); }