comparison src/cpu/sparc/vm/javaFrameAnchor_sparc.hpp @ 1681:126ea7725993

6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
author bobv
date Tue, 03 Aug 2010 08:13:38 -0400
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1680:a64438a2b7e8 1681:126ea7725993
74 74
75 void make_walkable(JavaThread* thread); 75 void make_walkable(JavaThread* thread);
76 76
77 void set_last_Java_sp(intptr_t* sp) { _last_Java_sp = sp; } 77 void set_last_Java_sp(intptr_t* sp) { _last_Java_sp = sp; }
78 78
79 address last_Java_pc(void) { return _last_Java_pc; }
80
79 // These are only used by friends 81 // These are only used by friends
80 private: 82 private:
81 83
82 intptr_t* last_Java_sp() const { 84 intptr_t* last_Java_sp() const {
83 // _last_Java_sp will always be a an unbiased stack pointer 85 // _last_Java_sp will always be a an unbiased stack pointer