< prev index next >

src/share/vm/gc_interface/collectedHeap.hpp

Print this page

        

@@ -205,11 +205,11 @@
   virtual jint initialize() = 0;
 
   // In many heaps, there will be a need to perform some initialization activities
   // after the Universe is fully formed, but before general heap allocation is allowed.
   // This is the correct place to place such initialization methods.
-  virtual void post_initialize() = 0;
+  virtual void post_initialize();
 
   // Stop any onging concurrent work and prepare for exit.
   virtual void stop() {}
 
   void initialize_reserved_region(HeapWord *start, HeapWord *end);
< prev index next >