mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6718676: putback for 6604014 is incomplete
Reviewed-by: kvn, jrose
This commit is contained in:
parent
a671e7c7b5
commit
873da1efe8
108 changed files with 4499 additions and 1809 deletions
|
@ -1072,8 +1072,6 @@ bool IdealLoopTree::beautify_loops( PhaseIdealLoop *phase ) {
|
|||
phase->_igvn.add_users_to_worklist(l->fast_out(i));
|
||||
}
|
||||
|
||||
phase->C->print_method("After beautify loops", 3);
|
||||
|
||||
// Now recursively beautify nested loops
|
||||
if( _child ) result |= _child->beautify_loops( phase );
|
||||
if( _next ) result |= _next ->beautify_loops( phase );
|
||||
|
@ -1470,6 +1468,8 @@ PhaseIdealLoop::PhaseIdealLoop( PhaseIterGVN &igvn, const PhaseIdealLoop *verify
|
|||
}
|
||||
// Reset loop nesting depth
|
||||
_ltree_root->set_nest( 0 );
|
||||
|
||||
C->print_method("After beautify loops", 3);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue