File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/hotspot/share/interpreter Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments