--- old/src/share/vm/opto/narrowptrnode.cpp 2015-03-24 12:49:04.061668466 +0100 +++ new/src/share/vm/opto/narrowptrnode.cpp 2015-03-24 12:49:03.887300509 +0100 @@ -67,10 +67,6 @@ } -Node *EncodeNarrowPtrNode::Ideal_DU_postCCP( PhaseCCP *ccp ) { - return MemNode::Ideal_common_DU_postCCP(ccp, this, in(1)); -} - Node* DecodeNKlassNode::Identity(PhaseTransform* phase) { const Type *t = phase->type( in(1) ); if( t == Type::TOP ) return in(1);