src/share/vm/ci/ciMethod.cpp

changeset 1686
576e77447e3c
parent 1641
87684f1a88b5
child 1907
c18cbe5936b8
child 1919
61b2245abf36
     1.1 --- a/src/share/vm/ci/ciMethod.cpp	Fri Feb 05 11:07:40 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.cpp	Sun Feb 07 12:15:06 2010 -0800
     1.3 @@ -445,7 +445,8 @@
     1.4                 (morphism == ciCallProfile::MorphismLimit && count == 0)) {
     1.5  #ifdef ASSERT
     1.6               if (count > 0) {
     1.7 -               tty->print_cr("bci: %d", bci);
     1.8 +               this->print_short_name(tty);
     1.9 +               tty->print_cr(" @ bci:%d", bci);
    1.10                 this->print_codes();
    1.11                 assert(false, "this call site should not be polymorphic");
    1.12               }

mercurial