--- old/src/cpu/aarch64/vm/frame_aarch64.hpp 2015-03-10 15:40:39.864180423 -0700 +++ new/src/cpu/aarch64/vm/frame_aarch64.hpp 2015-03-10 15:40:39.752180424 -0700 @@ -136,12 +136,7 @@ entry_frame_call_wrapper_offset = -8, // we don't need a save area - arg_reg_save_area_bytes = 0, - - // TODO - check that this is still correct - // Native frames - - native_frame_initial_param_offset = 2 + arg_reg_save_area_bytes = 0 }; @@ -195,9 +190,6 @@ inline address* sender_pc_addr() const; - // return address of param, zero origin index. - inline address* native_param_addr(int idx) const; - // expression stack tos if we are nested in a java call intptr_t* interpreter_frame_last_sp() const;