diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Wed Feb 06 15:14:15 2013 +0100
+++ b/src/share/vm/runtime/frame.cpp	Wed Feb 06 18:01:07 2013 -0800
@@ -637,8 +637,10 @@
   st->print("; ");
   interpreter_frame_method()->print_name(st);
   st->cr();
+#ifdef AMD64
   // last sp
   st->print_cr(" - last sp       at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_last_sp_addr(), *interpreter_frame_last_sp_addr());
+#endif
   // sender sp
   st->print_cr(" - sender sp     at " INTPTR_FORMAT " = " INTPTR_FORMAT, interpreter_frame_sender_sp_addr(), *interpreter_frame_sender_sp_addr());
   // old fp