diff src/share/vm/c1x/c1x_CodeInstaller.hpp @ 1447:1afbc44ee576

Modified class descriptions in C++ to reflect changes to CiDebugInfo.Frame
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Nov 2010 17:38:40 +0100
parents 72cfb36c6bb2
children 8d88c9ac9247
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_CodeInstaller.hpp	Tue Nov 09 17:37:01 2010 +0100
+++ b/src/share/vm/c1x/c1x_CodeInstaller.hpp	Tue Nov 09 17:38:40 2010 +0100
@@ -94,7 +94,7 @@
   void site_DataPatch(CodeBuffer& buffer, jint pc_offset, oop site);
   void site_Mark(CodeBuffer& buffer, jint pc_offset, oop site);
 
-  void record_scope(jint pc_offset, oop code_pos, oop frame);
+  void record_scope(jint pc_offset, oop code_pos);
 
   void process_exception_handlers();