comparison src/cpu/x86/vm/frame_x86.cpp @ 3931:5432047c7db7

7087445: Improve platform independence of JSR292 shared code Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
author bdelsart
date Thu, 08 Sep 2011 10:12:25 +0200
parents 3cfb240033d1
children 0abefdb54d21
comparison
equal deleted inserted replaced
3930:da6a29fb0da5 3931:5432047c7db7
664 DESCRIBE_FP_OFFSET(interpreter_frame_initial_sp); 664 DESCRIBE_FP_OFFSET(interpreter_frame_initial_sp);
665 } 665 }
666 666
667 } 667 }
668 #endif 668 #endif
669
670 intptr_t *frame::initial_deoptimization_info() {
671 // used to reset the saved FP
672 return fp();
673 }
674