src/share/vm/opto/split_if.cpp

changeset 8311
c9035b8e388b
parent 4153
b9a9ed0f8eeb
child 8316
626f594dffa6
     1.1 --- a/src/share/vm/opto/split_if.cpp	Thu Feb 18 20:30:45 2016 +0000
     1.2 +++ b/src/share/vm/opto/split_if.cpp	Wed Feb 03 10:58:50 2016 +0100
     1.3 @@ -472,7 +472,7 @@
     1.4  
     1.5      // Replace in the graph with lazy-update mechanism
     1.6      new_iff->set_req(0, new_iff); // hook self so it does not go dead
     1.7 -    lazy_replace_proj( ifp, ifpx );
     1.8 +    lazy_replace(ifp, ifpx);
     1.9      new_iff->set_req(0, region);
    1.10  
    1.11      // Record bits for later xforms

mercurial