< prev index next >

src/hotspot/share/runtime/frame.hpp

Print this page

        

@@ -322,14 +322,10 @@
   void interpreter_frame_set_method(Method* method);
   Method** interpreter_frame_method_addr() const;
   ConstantPoolCache** interpreter_frame_cache_addr() const;
   oop* interpreter_frame_mirror_addr() const;
 
-  intptr_t* interpreter_frame_vt_alloc_ptr() const;
-  intptr_t** interpreter_frame_vt_alloc_ptr_addr() const;
-  void interpreter_frame_set_vt_alloc_ptr(intptr_t* ptr);
-
   void interpreter_frame_set_mirror(oop mirror);
 
  public:
   // Entry frames
   JavaCallWrapper* entry_frame_call_wrapper() const { return *entry_frame_call_wrapper_addr(); }
< prev index next >