hotspot/src/share/vm/opto/chaitin.cpp
changeset 14623 70c4c1be0a14
parent 13895 f6dfe4123709
child 17013 22a05c7f3314
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Tue Nov 27 12:48:52 2012 -0800
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Tue Nov 27 17:24:15 2012 -0800
@@ -1495,7 +1495,7 @@
             cisc->ins_req(1,src);         // Requires a memory edge
           }
           b->_nodes.map(j,cisc);          // Insert into basic block
-          n->subsume_by(cisc); // Correct graph
+          n->subsume_by(cisc, C); // Correct graph
           //
           ++_used_cisc_instructions;
 #ifndef PRODUCT