diff src/share/vm/c1/c1_IR.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents e522a00b91aa
children 53bc01380011
line wrap: on
line diff
--- a/src/share/vm/c1/c1_IR.hpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/share/vm/c1/c1_IR.hpp	Thu Mar 07 21:00:29 2013 +0100
@@ -240,8 +240,7 @@
     // reexecute allowed only for the topmost frame
     bool reexecute = topmost ? should_reexecute() : false;
     bool return_oop = false; // This flag will be ignored since it used only for C2 with escape analysis.
-    methodHandle null_mh;
-    recorder->describe_scope(pc_offset, null_mh, scope()->method(), bci(), reexecute, false, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
+    recorder->describe_scope(pc_offset, scope()->method(), bci(), reexecute, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
   }
 };