hotspot/src/share/vm/ci/ciMethod.cpp
changeset 4892 e977b527544a
parent 4754 8aef16f24e16
child 5687 b862d1f189bd
child 5547 f4b087cbb361
equal deleted inserted replaced
4891:7c8755dd5bb2 4892:e977b527544a
   443            // The morphism <= MorphismLimit.
   443            // The morphism <= MorphismLimit.
   444            if ((morphism <  ciCallProfile::MorphismLimit) ||
   444            if ((morphism <  ciCallProfile::MorphismLimit) ||
   445                (morphism == ciCallProfile::MorphismLimit && count == 0)) {
   445                (morphism == ciCallProfile::MorphismLimit && count == 0)) {
   446 #ifdef ASSERT
   446 #ifdef ASSERT
   447              if (count > 0) {
   447              if (count > 0) {
   448                tty->print_cr("bci: %d", bci);
   448                this->print_short_name(tty);
       
   449                tty->print_cr(" @ bci:%d", bci);
   449                this->print_codes();
   450                this->print_codes();
   450                assert(false, "this call site should not be polymorphic");
   451                assert(false, "this call site should not be polymorphic");
   451              }
   452              }
   452 #endif
   453 #endif
   453              result._morphism = morphism;
   454              result._morphism = morphism;