diff src/share/vm/opto/reg_split.cpp @ 7206:d2f8c38e543d

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents 2aff40cb4703
children 8373c19be854
line wrap: on
line diff
--- a/src/share/vm/opto/reg_split.cpp	Fri Nov 30 17:00:32 2012 -0800
+++ b/src/share/vm/opto/reg_split.cpp	Fri Dec 07 01:09:03 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--;