diff src/share/vm/opto/loopopts.cpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents c9ccd7b85f20
children 3213ba4d3dff
line wrap: on
line diff
--- a/src/share/vm/opto/loopopts.cpp	Thu Oct 10 18:26:22 2013 +0200
+++ b/src/share/vm/opto/loopopts.cpp	Fri Oct 11 10:38:03 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);