< prev index next >

src/share/vm/gc/shared/genCollectedHeap.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP ! #define SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP ! #include "gc_implementation/shared/adaptiveSizePolicy.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "memory/collectorPolicy.hpp" ! #include "memory/generation.hpp" class SubTasksDone; class FlexibleWorkGang; // A "GenCollectedHeap" is a CollectedHeap that uses generational --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP ! #define SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP ! #include "gc/shared/adaptiveSizePolicy.hpp" ! #include "gc/shared/collectedHeap.hpp" ! #include "gc/shared/collectorPolicy.hpp" ! #include "gc/shared/generation.hpp" class SubTasksDone; class FlexibleWorkGang; // A "GenCollectedHeap" is a CollectedHeap that uses generational
*** 513,518 **** protected: void gc_prologue(bool full); void gc_epilogue(bool full); }; ! #endif // SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP --- 513,518 ---- protected: void gc_prologue(bool full); void gc_epilogue(bool full); }; ! #endif // SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP
< prev index next >