comparison src/cpu/sparc/vm/frame_sparc.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 cba7b5c2d53f
children 82e5a84b7436
comparison
equal deleted inserted replaced
3930:da6a29fb0da5 3931:5432047c7db7
837 } 837 }
838 } 838 }
839 } 839 }
840 840
841 #endif 841 #endif
842
843 intptr_t *frame::initial_deoptimization_info() {
844 // unused... but returns fp() to minimize changes introduced by 7087445
845 return fp();
846 }
847