mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
Merge
This commit is contained in:
commit
381b9a329d
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ void Canonicalizer::do_If(If* x) {
|
||||||
}
|
}
|
||||||
} else if (rt == objectNull &&
|
} else if (rt == objectNull &&
|
||||||
(l->as_NewInstance() || l->as_NewArray() ||
|
(l->as_NewInstance() || l->as_NewArray() ||
|
||||||
(UseNewCode && l->as_Local() && l->as_Local()->is_receiver()))) {
|
(l->as_Local() && l->as_Local()->is_receiver()))) {
|
||||||
if (x->cond() == Instruction::eql) {
|
if (x->cond() == Instruction::eql) {
|
||||||
BlockBegin* sux = x->fsux();
|
BlockBegin* sux = x->fsux();
|
||||||
set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
|
set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue