src/share/vm/opto/chaitin.cpp

changeset 4315
2aff40cb4703
parent 4115
e626685e9f6c
child 4949
8373c19be854
     1.1 --- a/src/share/vm/opto/chaitin.cpp	Tue Nov 27 12:48:52 2012 -0800
     1.2 +++ b/src/share/vm/opto/chaitin.cpp	Tue Nov 27 17:24:15 2012 -0800
     1.3 @@ -1495,7 +1495,7 @@
     1.4              cisc->ins_req(1,src);         // Requires a memory edge
     1.5            }
     1.6            b->_nodes.map(j,cisc);          // Insert into basic block
     1.7 -          n->subsume_by(cisc); // Correct graph
     1.8 +          n->subsume_by(cisc, C); // Correct graph
     1.9            //
    1.10            ++_used_cisc_instructions;
    1.11  #ifndef PRODUCT

mercurial