src/share/vm/opto/ifg.cpp

changeset 4315
2aff40cb4703
parent 3882
8c92982cbbc4
child 4867
b808febcad9a
     1.1 --- a/src/share/vm/opto/ifg.cpp	Tue Nov 27 12:48:52 2012 -0800
     1.2 +++ b/src/share/vm/opto/ifg.cpp	Tue Nov 27 17:24:15 2012 -0800
     1.3 @@ -573,7 +573,7 @@
     1.4                (n2lidx(def) && !liveout.member(n2lidx(def)) ) ) {
     1.5              b->_nodes.remove(j - 1);
     1.6              if( lrgs(r)._def == n ) lrgs(r)._def = 0;
     1.7 -            n->disconnect_inputs(NULL);
     1.8 +            n->disconnect_inputs(NULL, C);
     1.9              _cfg._bbs.map(n->_idx,NULL);
    1.10              n->replace_by(C->top());
    1.11              // Since yanking a Node from block, high pressure moves up one

mercurial