comparison src/share/vm/opto/gcm.cpp @ 7206:d2f8c38e543d

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents 2aff40cb4703
children 571076d3c79d
comparison
equal deleted inserted replaced
7191:816b7e5bf2ed 7206:d2f8c38e543d
1357 } 1357 }
1358 1358
1359 // If we inserted any instructions between a Call and his CatchNode, 1359 // If we inserted any instructions between a Call and his CatchNode,
1360 // clone the instructions on all paths below the Catch. 1360 // clone the instructions on all paths below the Catch.
1361 for( i=0; i < _num_blocks; i++ ) 1361 for( i=0; i < _num_blocks; i++ )
1362 _blocks[i]->call_catch_cleanup(_bbs); 1362 _blocks[i]->call_catch_cleanup(_bbs, C);
1363 1363
1364 #ifndef PRODUCT 1364 #ifndef PRODUCT
1365 if (trace_opto_pipelining()) { 1365 if (trace_opto_pipelining()) {
1366 tty->print("\n---- After GlobalCodeMotion ----\n"); 1366 tty->print("\n---- After GlobalCodeMotion ----\n");
1367 for (uint i = 0; i < _num_blocks; i++) { 1367 for (uint i = 0; i < _num_blocks; i++) {