< prev index next >

src/hotspot/share/memory/vtBuffer.hpp

Print this page

        

@@ -134,12 +134,15 @@
  * itself (see ValueKlass::iterate_over_inside_oops() method).
  */
 
 class VTBuffer : AllStatic {
   friend class VMStructs;
+  friend class TemplateTable;
+  friend class InterpreterRuntime;
 private:
   static address _base;
+  static address _end;
   static size_t _size;
   static address _commit_ptr;
 
   static VTBufferChunk* _free_list;
   static Mutex* _pool_lock;
< prev index next >