changeset 20289 | 35d78de0c547 |
parent 17620 | 67820da7568e |
child 21089 | e1986ff6fe2e |
--- a/hotspot/src/share/vm/opto/loopopts.cpp Thu Sep 26 12:07:53 2013 -0700 +++ b/hotspot/src/share/vm/opto/loopopts.cpp Fri Sep 27 08:39:19 2013 +0200 @@ -2355,7 +2355,8 @@ opc == Op_Catch || opc == Op_CatchProj || opc == Op_Jump || - opc == Op_JumpProj) { + opc == Op_JumpProj || + opc == Op_FlagsProj) { #if !defined(PRODUCT) if (TracePartialPeeling) { tty->print_cr("\nExit control too complex: lp: %d", head->_idx);