comparison src/share/vm/opto/loopopts.cpp @ 12323:c9ccd7b85f20

8024924: Intrinsify java.lang.Math.addExact Reviewed-by: kvn, twisti
author rbackman
date Fri, 27 Sep 2013 08:39:19 +0200
parents 1682bec79205
children 3213ba4d3dff
comparison
equal deleted inserted replaced
12322:72b7e96c1922 12323:c9ccd7b85f20
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