src/cpu/x86/vm/frame_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/frame_x86.cpp	Tue Sep  6 17:46:22 2011
--- new/src/cpu/x86/vm/frame_x86.cpp	Tue Sep  6 17:46:22 2011

*** 664,668 **** --- 664,674 ---- DESCRIBE_FP_OFFSET(interpreter_frame_initial_sp); } } #endif + + intptr_t *frame::initial_deoptimization_info() { + // used to reset the saved FP + return fp(); + } +

src/cpu/x86/vm/frame_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File