src/share/vm/ci/ciMethod.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6923002 Cdiff src/share/vm/ci/ciMethod.cpp

src/share/vm/ci/ciMethod.cpp

Print this page

        

*** 443,453 **** // The morphism <= MorphismLimit. if ((morphism < ciCallProfile::MorphismLimit) || (morphism == ciCallProfile::MorphismLimit && count == 0)) { #ifdef ASSERT if (count > 0) { ! tty->print_cr("bci: %d", bci); this->print_codes(); assert(false, "this call site should not be polymorphic"); } #endif result._morphism = morphism; --- 443,454 ---- // The morphism <= MorphismLimit. if ((morphism < ciCallProfile::MorphismLimit) || (morphism == ciCallProfile::MorphismLimit && count == 0)) { #ifdef ASSERT if (count > 0) { ! this->print_short_name(tty); ! tty->print_cr(" @ bci:%d", bci); this->print_codes(); assert(false, "this call site should not be polymorphic"); } #endif result._morphism = morphism;
src/share/vm/ci/ciMethod.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File