src/share/vm/opto/cfgnode.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/cfgnode.cpp	Thu Apr 28 15:53:47 2011
--- new/src/share/vm/opto/cfgnode.cpp	Thu Apr 28 15:53:47 2011

*** 1371,1381 **** --- 1371,1381 ---- // entire Region/Phi conglomerate has been hacked as a single huge transform. igvn->register_new_node_with_optimizer( newn ); // Clone loop predicates if (predicate_proj != NULL) { ! newn = igvn->clone_loop_predicates(predicate_proj, newn, !n->is_CountedLoop()); } // Now I can point to the new node. n->add_req(newn); igvn->_worklist.push(n);

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