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

src/share/vm/opto/gcm.cpp

Print this page

        

*** 1135,1145 **** continue; } // No uses, just terminate if (self->outcnt() == 0) { ! assert(self->Opcode() == Op_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? --- 1135,1145 ---- continue; } // No uses, just terminate if (self->outcnt() == 0) { ! 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