changeset 14623 | 70c4c1be0a14 |
parent 13895 | f6dfe4123709 |
child 17013 | 22a05c7f3314 |
--- a/hotspot/src/share/vm/opto/reg_split.cpp Tue Nov 27 12:48:52 2012 -0800 +++ b/hotspot/src/share/vm/opto/reg_split.cpp Tue Nov 27 17:24:15 2012 -0800 @@ -747,7 +747,7 @@ if( i >= cnt ) { // Found one unique input assert(Find_id(n) == Find_id(u), "should be the same lrg"); n->replace_by(u); // Then replace with unique input - n->disconnect_inputs(NULL); + n->disconnect_inputs(NULL, C); b->_nodes.remove(insidx); insidx--; b->_ihrp_index--;