comparison src/cpu/sparc/vm/frame_sparc.cpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 5432047c7db7
children 82e5a84b7436
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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