comparison src/share/vm/opto/compile.cpp @ 460:424f9bfe6b96

6775880: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object must be locked now") Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
author kvn
date Wed, 03 Dec 2008 13:41:37 -0800
parents a1980da045cc
children dd70dd4c91de
comparison
equal deleted inserted replaced
459:3a86a8dcf27c 460:424f9bfe6b96
1529 } 1529 }
1530 1530
1531 print_method("Iter GVN 1", 2); 1531 print_method("Iter GVN 1", 2);
1532 1532
1533 if (failing()) return; 1533 if (failing()) return;
1534
1535 // get rid of the connection graph since it's information is not
1536 // updated by optimizations
1537 _congraph = NULL;
1538
1539 1534
1540 // Loop transforms on the ideal graph. Range Check Elimination, 1535 // Loop transforms on the ideal graph. Range Check Elimination,
1541 // peeling, unrolling, etc. 1536 // peeling, unrolling, etc.
1542 1537
1543 // Set loop opts counter 1538 // Set loop opts counter