Skip to content

Commit e3f923f

Browse files
committed
8273795: Zero SPARC64 debug builds fail due to missing interpreter fields
Reviewed-by: coleenp
1 parent 89a1f2a commit e3f923f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/hotspot/share/interpreter/bytecodeInterpreter.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,12 +3487,6 @@ BytecodeInterpreter::print() {
34873487
tty->print_cr("stack_base: " INTPTR_FORMAT, (uintptr_t) this->_stack_base);
34883488
tty->print_cr("stack_limit: " INTPTR_FORMAT, (uintptr_t) this->_stack_limit);
34893489
tty->print_cr("monitor_base: " INTPTR_FORMAT, (uintptr_t) this->_monitor_base);
3490-
#ifdef SPARC
3491-
tty->print_cr("last_Java_pc: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_pc);
3492-
tty->print_cr("frame_bottom: " INTPTR_FORMAT, (uintptr_t) this->_frame_bottom);
3493-
tty->print_cr("&native_fresult: " INTPTR_FORMAT, (uintptr_t) &this->_native_fresult);
3494-
tty->print_cr("native_lresult: " INTPTR_FORMAT, (uintptr_t) this->_native_lresult);
3495-
#endif
34963490
#if !defined(ZERO) && defined(PPC)
34973491
tty->print_cr("last_Java_fp: " INTPTR_FORMAT, (uintptr_t) this->_last_Java_fp);
34983492
#endif // !ZERO

0 commit comments

Comments
 (0)