diff src/share/vm/runtime/frame.hpp @ 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.hpp	Wed Feb 06 15:14:15 2013 +0100
+++ b/src/share/vm/runtime/frame.hpp	Wed Feb 06 18:01:07 2013 -0800
@@ -208,6 +208,7 @@
   void set_link(intptr_t* addr);
 
   // Return address
+  address* sender_pc_addr() const;
   address  sender_pc() const;
 
   // Support for deoptimization