src/share/vm/opto/gcm.cpp

changeset 4315
2aff40cb4703
parent 4153
b9a9ed0f8eeb
child 4691
571076d3c79d
     1.1 --- a/src/share/vm/opto/gcm.cpp	Tue Nov 27 12:48:52 2012 -0800
     1.2 +++ b/src/share/vm/opto/gcm.cpp	Tue Nov 27 17:24:15 2012 -0800
     1.3 @@ -1359,7 +1359,7 @@
     1.4    // If we inserted any instructions between a Call and his CatchNode,
     1.5    // clone the instructions on all paths below the Catch.
     1.6    for( i=0; i < _num_blocks; i++ )
     1.7 -    _blocks[i]->call_catch_cleanup(_bbs);
     1.8 +    _blocks[i]->call_catch_cleanup(_bbs, C);
     1.9  
    1.10  #ifndef PRODUCT
    1.11    if (trace_opto_pipelining()) {

mercurial