src/share/vm/opto/lcm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/lcm.cpp	Thu Jan 23 12:10:11 2014
--- new/src/share/vm/opto/lcm.cpp	Thu Jan 23 12:10:11 2014

*** 470,486 **** --- 470,479 ---- if (use->is_MachIf() && get_block_for_node(use) == block) { found_machif = true; break; } // For nodes that produce a FlagsProj, make the node adjacent to the // use of the FlagsProj if (use->is_FlagsProj() && get_block_for_node(use) == block) { found_machif = true; break; } // More than this instruction pending for successor to be ready, // don't choose this if other opportunities are ready if (ready_cnt.at(use->_idx) > 1) n_choice = 1; }

src/share/vm/opto/lcm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File