comparison 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
comparison
equal deleted inserted replaced
12058:ccb4f2af2319 12355:cefad50507d8
2353 int opc = n->Opcode(); 2353 int opc = n->Opcode();
2354 if (n->is_Call() || 2354 if (n->is_Call() ||
2355 opc == Op_Catch || 2355 opc == Op_Catch ||
2356 opc == Op_CatchProj || 2356 opc == Op_CatchProj ||
2357 opc == Op_Jump || 2357 opc == Op_Jump ||
2358 opc == Op_JumpProj) { 2358 opc == Op_JumpProj ||
2359 opc == Op_FlagsProj) {
2359 #if !defined(PRODUCT) 2360 #if !defined(PRODUCT)
2360 if (TracePartialPeeling) { 2361 if (TracePartialPeeling) {
2361 tty->print_cr("\nExit control too complex: lp: %d", head->_idx); 2362 tty->print_cr("\nExit control too complex: lp: %d", head->_idx);
2362 } 2363 }
2363 #endif 2364 #endif