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

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