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

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents 2aff40cb4703
children 571076d3c79d
line wrap: on
line diff
--- a/src/share/vm/opto/gcm.cpp	Fri Nov 30 17:00:32 2012 -0800
+++ b/src/share/vm/opto/gcm.cpp	Fri Dec 07 01:09:03 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()) {