src/cpu/x86/vm/frame_x86.inline.hpp

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_X86_VM_FRAME_X86_INLINE_HPP + #define CPU_X86_VM_FRAME_X86_INLINE_HPP + // Inline functions for Intel frames: // Constructors: inline frame::frame() {
*** 294,298 **** --- 297,303 ---- } inline void frame::set_saved_oop_result(RegisterMap* map, oop obj) { *((oop*) map->location(rax->as_VMReg())) = obj; } + + #endif // CPU_X86_VM_FRAME_X86_INLINE_HPP