src/share/vm/opto/loopopts.cpp

changeset 9782
c2fa0ac49d01
parent 9051
519770602025
child 9806
758c07667682
equal deleted inserted replaced
9781:1bbf10267ee0 9782:c2fa0ac49d01
307 set_ctrl_and_loop(m, find_non_split_ctrl(idom(n_ctrl))); 307 set_ctrl_and_loop(m, find_non_split_ctrl(idom(n_ctrl)));
308 continue; 308 continue;
309 } 309 }
310 return NULL; 310 return NULL;
311 } 311 }
312 assert(m->is_Phi() || is_dominator(get_ctrl(m), n_ctrl), "m has strange control"); 312 assert(n->is_Phi() || m->is_Phi() || is_dominator(get_ctrl(m), n_ctrl), "m has strange control");
313 } 313 }
314 314
315 return n_ctrl; 315 return n_ctrl;
316 } 316 }
317 317

mercurial