hotspot/src/share/vm/opto/loopnode.cpp
changeset 35759 85d3873f87b4
parent 35551 36ef3841fb34
child 36809 6f9362b27d4f
--- a/hotspot/src/share/vm/opto/loopnode.cpp	Wed Feb 03 09:09:56 2016 +0100
+++ b/hotspot/src/share/vm/opto/loopnode.cpp	Wed Feb 03 10:58:50 2016 +0100
@@ -755,8 +755,8 @@
     set_loop(iff2, get_loop(iffalse));
 
     // Lazy update of 'get_ctrl' mechanism.
-    lazy_replace_proj( iffalse, iff2 );
-    lazy_replace_proj( iftrue,  ift2 );
+    lazy_replace(iffalse, iff2);
+    lazy_replace(iftrue,  ift2);
 
     // Swap names
     iffalse = iff2;