equal
deleted
inserted
replaced
3029 tty->print_cr("last_Java_pc: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_pc); |
3029 tty->print_cr("last_Java_pc: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_pc); |
3030 tty->print_cr("frame_bottom: " INTPTR_FORMAT, (uintptr_t) this->_frame_bottom); |
3030 tty->print_cr("frame_bottom: " INTPTR_FORMAT, (uintptr_t) this->_frame_bottom); |
3031 tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult); |
3031 tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult); |
3032 tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult); |
3032 tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult); |
3033 #endif |
3033 #endif |
3034 #ifdef IA64 |
3034 #if defined(IA64) && !defined(ZERO) |
3035 tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp); |
3035 tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp); |
3036 #endif // IA64 |
3036 #endif // IA64 && !ZERO |
3037 tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link); |
3037 tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link); |
3038 } |
3038 } |
3039 |
3039 |
3040 extern "C" { |
3040 extern "C" { |
3041 void PI(uintptr_t arg) { |
3041 void PI(uintptr_t arg) { |