hotspot/src/share/vm/opto/ifg.cpp
changeset 14623 70c4c1be0a14
parent 13104 657b387034fb
child 16618 0d73b54bf055
--- a/hotspot/src/share/vm/opto/ifg.cpp	Tue Nov 27 12:48:52 2012 -0800
+++ b/hotspot/src/share/vm/opto/ifg.cpp	Tue Nov 27 17:24:15 2012 -0800
@@ -573,7 +573,7 @@
               (n2lidx(def) && !liveout.member(n2lidx(def)) ) ) {
             b->_nodes.remove(j - 1);
             if( lrgs(r)._def == n ) lrgs(r)._def = 0;
-            n->disconnect_inputs(NULL);
+            n->disconnect_inputs(NULL, C);
             _cfg._bbs.map(n->_idx,NULL);
             n->replace_by(C->top());
             // Since yanking a Node from block, high pressure moves up one