src/share/vm/opto/loopnode.cpp

changeset 3311
1bd45abaa507
parent 3308
e8fdaf4a66cb
child 3408
c8d8e124380c
equal deleted inserted replaced
3310:6729bbc1fcd6 3311:1bd45abaa507
1944 } 1944 }
1945 return; 1945 return;
1946 } 1946 }
1947 1947
1948 // Nothing to do, so get out 1948 // Nothing to do, so get out
1949 if( !C->has_loops() && !do_split_ifs && !_verify_me && !_verify_only ) { 1949 if( !C->has_loops() && !skip_loop_opts && !do_split_ifs && !_verify_me && !_verify_only ) {
1950 _igvn.optimize(); // Cleanup NeverBranches 1950 _igvn.optimize(); // Cleanup NeverBranches
1951 return; 1951 return;
1952 } 1952 }
1953 1953
1954 // Set loop nesting depth 1954 // Set loop nesting depth

mercurial