hotspot/src/share/vm/opto/node.cpp
changeset 25930 eae8b7490d2c
parent 25913 81dbc151e91c
child 26176 cc5975228236
--- a/hotspot/src/share/vm/opto/node.cpp	Tue Aug 05 07:37:10 2014 +0000
+++ b/hotspot/src/share/vm/opto/node.cpp	Tue Aug 05 09:58:52 2014 +0200
@@ -507,7 +507,7 @@
                                   (const void*)(&mthis->_opnds), 1));
     mach->_opnds = to;
     for ( uint i = 0; i < nopnds; ++i ) {
-      to[i] = from[i]->clone(C);
+      to[i] = from[i]->clone();
     }
   }
   // cloning CallNode may need to clone JVMState