diff src/share/vm/runtime/frame.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents a7a93887b4c4
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/share/vm/runtime/frame.hpp	Thu Mar 07 21:00:29 2013 +0100
@@ -204,11 +204,9 @@
  public:
   // Link (i.e., the pointer to the previous frame)
   intptr_t* link() const;
-  intptr_t** link_addr() const;
   void set_link(intptr_t* addr);
 
   // Return address
-  address* sender_pc_addr() const;
   address  sender_pc() const;
 
   // Support for deoptimization
@@ -305,7 +303,6 @@
   jint  interpreter_frame_expression_stack_size() const;
 
   intptr_t* interpreter_frame_sender_sp() const;
-  intptr_t** interpreter_frame_sender_sp_addr() const;
 
 #ifndef CC_INTERP
   // template based interpreter deoptimization support