comparison src/share/vm/runtime/frame.cpp @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents 291ffc492eb6
children b8f261ba79c6
comparison
equal deleted inserted replaced
7734:a0cfabe195c6 7735:a7a93887b4c4
635 st->print (" - method at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_method_addr(), *interpreter_frame_method_addr()); 635 st->print (" - method at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_method_addr(), *interpreter_frame_method_addr());
636 st->fill_to(70); 636 st->fill_to(70);
637 st->print("; "); 637 st->print("; ");
638 interpreter_frame_method()->print_name(st); 638 interpreter_frame_method()->print_name(st);
639 st->cr(); 639 st->cr();
640 #ifdef AMD64
640 // last sp 641 // last sp
641 st->print_cr(" - last sp at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_last_sp_addr(), *interpreter_frame_last_sp_addr()); 642 st->print_cr(" - last sp at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_last_sp_addr(), *interpreter_frame_last_sp_addr());
643 #endif
642 // sender sp 644 // sender sp
643 st->print_cr(" - sender sp at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_sender_sp_addr(), *interpreter_frame_sender_sp_addr()); 645 st->print_cr(" - sender sp at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_sender_sp_addr(), *interpreter_frame_sender_sp_addr());
644 // old fp 646 // old fp
645 st->print_cr(" - old fp at " INTPTR_FORMAT " = " INTPTR_FORMAT, link_addr(), *link_addr()); 647 st->print_cr(" - old fp at " INTPTR_FORMAT " = " INTPTR_FORMAT, link_addr(), *link_addr());
646 // return address 648 // return address