--- old/src/hotspot/cpu/sparc/frame_sparc.inline.hpp 2018-03-20 18:39:20.857651401 -0400 +++ new/src/hotspot/cpu/sparc/frame_sparc.inline.hpp 2018-03-20 18:39:20.308600446 -0400 @@ -99,8 +99,6 @@ return (intptr_t*) sp_addr_at( ImethodDataPtr->sp_offset_in_saved_window()); } -inline jint frame::interpreter_frame_expression_stack_direction() { return -1; } - // bottom(base) of the expression stack (highest address) inline intptr_t* frame::interpreter_frame_expression_stack() const { return (intptr_t*)interpreter_frame_monitors() - 1;