hotspot/src/share/vm/ci/ciMethod.cpp
changeset 4892 e977b527544a
parent 4754 8aef16f24e16
child 5687 b862d1f189bd
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Fri Feb 05 11:07:40 2010 -0800
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Sun Feb 07 12:15:06 2010 -0800
@@ -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");
              }