< prev index next >

src/share/vm/gc_interface/collectedHeap.hpp

Print this page

        

*** 205,215 **** 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; // Stop any onging concurrent work and prepare for exit. virtual void stop() {} void initialize_reserved_region(HeapWord *start, HeapWord *end); --- 205,215 ---- 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(); // Stop any onging concurrent work and prepare for exit. virtual void stop() {} void initialize_reserved_region(HeapWord *start, HeapWord *end);
< prev index next >