hotspot/src/share/vm/opto/gcm.cpp
changeset 14623 70c4c1be0a14
parent 13963 e5b53c306fb5
child 15871 b04dd94da4e6
--- a/hotspot/src/share/vm/opto/gcm.cpp	Tue Nov 27 12:48:52 2012 -0800
+++ b/hotspot/src/share/vm/opto/gcm.cpp	Tue Nov 27 17:24:15 2012 -0800
@@ -1359,7 +1359,7 @@
   // If we inserted any instructions between a Call and his CatchNode,
   // clone the instructions on all paths below the Catch.
   for( i=0; i < _num_blocks; i++ )
-    _blocks[i]->call_catch_cleanup(_bbs);
+    _blocks[i]->call_catch_cleanup(_bbs, C);
 
 #ifndef PRODUCT
   if (trace_opto_pipelining()) {