6738933: assert with base pointers must match with compressed oops enabled

Reviewed-by: kvn, rasbold
This commit is contained in:
Tom Rodriguez 2008-09-02 15:03:05 -07:00
parent e4e8777d6b
commit 3d9b153464

View file

@ -932,7 +932,7 @@ void PhaseIdealLoop::split_if_with_blocks_post( Node *n ) {
// to fold a StoreP and an AddP together (as part of an
// address expression) and the AddP and StoreP have
// different controls.
if( !x->is_Load() ) _igvn._worklist.yank(x);
if( !x->is_Load() && !x->is_DecodeN() ) _igvn._worklist.yank(x);
}
_igvn.remove_dead_node(n);
}