src/share/vm/opto/parse1.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 5091921 Cdiff src/share/vm/opto/parse1.cpp

src/share/vm/opto/parse1.cpp

Print this page

        

*** 636,646 **** // Not all preds have been parsed. We must build phis everywhere. // (Note that dead locals do not get phis built, ever.) ensure_phis_everywhere(); if (block->is_SEL_head() && ! UseLoopPredicate) { // Add predicate to single entry (not irreducible) loop head. assert(!block->has_merged_backedge(), "only entry paths should be merged for now"); // Need correct bci for predicate. // It is fine to set it here since do_one_block() will set it anyway. set_parse_bci(block->start()); --- 636,646 ---- // Not all preds have been parsed. We must build phis everywhere. // (Note that dead locals do not get phis built, ever.) ensure_phis_everywhere(); if (block->is_SEL_head() && ! (UseLoopPredicate || LoopLimitCheck)) { // Add predicate to single entry (not irreducible) loop head. assert(!block->has_merged_backedge(), "only entry paths should be merged for now"); // Need correct bci for predicate. // It is fine to set it here since do_one_block() will set it anyway. set_parse_bci(block->start());
src/share/vm/opto/parse1.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File