src/share/vm/opto/gcm.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/gcm.cpp	Tue Jul 26 19:26:57 2011
--- new/src/share/vm/opto/gcm.cpp	Tue Jul 26 19:26:57 2011

*** 1135,1145 **** --- 1135,1145 ---- continue; } // No uses, just terminate if (self->outcnt() == 0) { ! assert(self->Opcode() == Op_MachProj, "sanity"); ! assert(self->is_MachProj(), "sanity"); continue; // Must be a dead machine projection } // If node is pinned in the block, then no scheduling can be done. if( self->pinned() ) // Pinned in block?

src/share/vm/opto/gcm.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File