< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

@@ -111,16 +111,10 @@
   // Full initialization is done in a concrete subtype's "initialize"
   // function.
   SharedHeap();
 
 public:
-  // Does operations required after initialization has been done.
-  virtual void post_initialize();
-
-  // Initialization of ("weak") reference processing support
-  virtual void ref_processing_init();
-
   // Iteration functions.
   void oop_iterate(ExtendedOopClosure* cl) = 0;
 
   // Iterate over all spaces in use in the heap, in an undefined order.
   virtual void space_iterate(SpaceClosure* cl) = 0;
< prev index next >