comparison src/share/vm/interpreter/bytecodeInterpreter.cpp @ 1010:354d3184f6b2

6890308: integrate zero assembler hotspot changes Reviewed-by: never Contributed-by: gbenson@redhat.com
author never
date Tue, 13 Oct 2009 12:04:21 -0700
parents 7bb995fbd3c0
children 8e7adf982378
comparison
equal deleted inserted replaced
1009:03b336640699 1010:354d3184f6b2
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) {