mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
6738933: assert with base pointers must match with compressed oops enabled
Reviewed-by: kvn, rasbold
This commit is contained in:
parent
e4e8777d6b
commit
3d9b153464
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user