hotspot/src/share/vm/opto/gcm.cpp
changeset 14623 70c4c1be0a14
parent 13963 e5b53c306fb5
child 15871 b04dd94da4e6
equal deleted inserted replaced
14622:8e94e4186d35 14623:70c4c1be0a14
  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++) {