src/share/vm/runtime/frame.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/frame.hpp	Thu Dec  3 11:54:42 2009
--- new/src/share/vm/runtime/frame.hpp	Thu Dec  3 11:54:42 2009

*** 369,389 **** --- 369,389 ---- // Conversion from an VMReg to physical stack location oop* oopmapreg_to_location(VMReg reg, const RegisterMap* regmap) const; // Oops-do's ! void oops_compiled_arguments_do(symbolHandle signature, bool is_static, const RegisterMap* reg_map, OopClosure* f); ! void oops_compiled_arguments_do(symbolHandle signature, bool has_receiver, const RegisterMap* reg_map, OopClosure* f); void oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache = true); private: void oops_interpreted_locals_do(OopClosure *f, int max_locals, InterpreterOopMap *mask); void oops_interpreted_expressions_do(OopClosure *f, symbolHandle signature, ! bool is_static, int max_stack, int max_locals, ! bool has_receiver, int max_stack, int max_locals, InterpreterOopMap *mask); ! void oops_interpreted_arguments_do(symbolHandle signature, bool is_static, OopClosure* f); ! void oops_interpreted_arguments_do(symbolHandle signature, bool has_receiver, OopClosure* f); // Iteration of oops void oops_do_internal(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache); void oops_entry_do(OopClosure* f, const RegisterMap* map); void oops_code_blob_do(OopClosure* f, CodeBlobClosure* cf, const RegisterMap* map);

src/share/vm/runtime/frame.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File