hotspot/src/share/vm/opto/chaitin.cpp
changeset 25930 eae8b7490d2c
parent 24923 9631f7d691dc
child 26913 9ad70cd32368
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Tue Aug 05 07:37:10 2014 +0000
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Tue Aug 05 09:58:52 2014 +0200
@@ -1620,7 +1620,7 @@
           C->check_node_count(0, "out of nodes fixing spills");
           if (C->failing())  return;
           // Transform node
-          MachNode *cisc = mach->cisc_version(stk_offset, C)->as_Mach();
+          MachNode *cisc = mach->cisc_version(stk_offset)->as_Mach();
           cisc->set_req(inp,fp);          // Base register is frame pointer
           if( cisc->oper_input_base() > 1 && mach->oper_input_base() <= 1 ) {
             assert( cisc->oper_input_base() == 2, "Only adding one edge");