--- old/src/share/vm/runtime/frame.inline.hpp 2015-12-17 17:52:21.202373308 -0500 +++ new/src/share/vm/runtime/frame.inline.hpp 2015-12-17 17:52:20.626190689 -0500 @@ -50,13 +50,6 @@ return is_entry_frame() && entry_frame_is_first(); } -#ifdef CC_INTERP -inline oop* frame::interpreter_frame_temp_oop_addr() const { - interpreterState istate = get_interpreterState(); - return (oop *)&istate->_oop_temp; -} -#endif // CC_INTERP - // here are the platform-dependent bodies: #ifdef TARGET_ARCH_x86