src/share/vm/ci/ciMethod.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** 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

*** 443,453 **** --- 443,454 ---- // 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_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