hotspot/src/share/vm/runtime/frame.hpp
changeset 17872 2c49e72dcf08
parent 14633 58caa6fc3b7c
child 18025 b7bcf7497f93
--- a/hotspot/src/share/vm/runtime/frame.hpp	Thu May 30 08:37:08 2013 -0700
+++ b/hotspot/src/share/vm/runtime/frame.hpp	Fri May 31 14:40:26 2013 +0200
@@ -411,7 +411,7 @@
   oop* oopmapreg_to_location(VMReg reg, const RegisterMap* regmap) const;
 
   // Oops-do's
-  void oops_compiled_arguments_do(Symbol* signature, bool has_receiver, const RegisterMap* reg_map, OopClosure* f);
+  void oops_compiled_arguments_do(Symbol* signature, bool has_receiver, bool has_appendix, const RegisterMap* reg_map, OopClosure* f);
   void oops_interpreted_do(OopClosure* f, CLDToOopClosure* cld_f, const RegisterMap* map, bool query_oop_map_cache = true);
 
  private: