comparison src/share/vm/interpreter/bytecodeInterpreter.cpp @ 7994:9fae07c31641

6518907: cleanup IA64 specific code in Hotspot Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
author morris
date Fri, 25 Jan 2013 16:50:33 -0800
parents 070d523b96a7
children e60b3fce2b02
comparison
equal deleted inserted replaced
7993:76341426b645 7994:9fae07c31641
3097 tty->print_cr("last_Java_pc: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_pc); 3097 tty->print_cr("last_Java_pc: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_pc);
3098 tty->print_cr("frame_bottom: " INTPTR_FORMAT, (uintptr_t) this->_frame_bottom); 3098 tty->print_cr("frame_bottom: " INTPTR_FORMAT, (uintptr_t) this->_frame_bottom);
3099 tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult); 3099 tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult);
3100 tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult); 3100 tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult);
3101 #endif 3101 #endif
3102 #if defined(IA64) && !defined(ZERO) 3102 #if !defined(ZERO)
3103 tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp); 3103 tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp);
3104 #endif // IA64 && !ZERO 3104 #endif // !ZERO
3105 tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link); 3105 tty->print_cr("self_link: " INTPTR_FORMAT, (uintptr_t) this->_self_link);
3106 } 3106 }
3107 3107
3108 extern "C" { 3108 extern "C" {
3109 void PI(uintptr_t arg) { 3109 void PI(uintptr_t arg) {