src/share/vm/runtime/frame.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/frame.inline.hpp	Thu Dec 17 17:52:21 2015
--- new/src/share/vm/runtime/frame.inline.hpp	Thu Dec 17 17:52:20 2015

*** 48,64 **** --- 48,57 ---- inline bool frame::is_first_frame() const { 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 # include "frame_x86.inline.hpp" #endif

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