- 
    Enhancement 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    17
- 
        b23
                    In create_slow_version_of_loop(), C2 creates the outmost unswitched IfNode(i.e. **if(xx)**{ for{} }else{ for{} }) with a dummy opaque bool node as its condition input. After that, it sets the _prob of the outmost unswitched IfNode in do_unswitching().
I think we can merge these two steps into a single step, that is, create the outmost unswitched IfNode meanwhile setting its condition input, _prob and _fcnt w/ creating the dummy opaque bool node.
I think we can merge these two steps into a single step, that is, create the outmost unswitched IfNode meanwhile setting its condition input, _prob and _fcnt w/ creating the dummy opaque bool node.
- relates to
- 
                    JDK-8268945 [lworld] Re-implement JDK-8267151 after merge -           
- Resolved
 
-         
 
        