< prev index next >

src/share/vm/gc/cms/adaptiveFreeList.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_ADAPTIVEFREELIST_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_ADAPTIVEFREELIST_HPP #include "memory/freeList.hpp" - #include "gc_implementation/shared/allocationStats.hpp" class CompactibleFreeListSpace; // A class for maintaining a free list of Chunk's. The FreeList // maintains a the structure of the list (head, tail, etc.) plus --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_CMS_ADAPTIVEFREELIST_HPP ! #define SHARE_VM_GC_CMS_ADAPTIVEFREELIST_HPP + #include "gc/shared/allocationStats.hpp" #include "memory/freeList.hpp" class CompactibleFreeListSpace; // A class for maintaining a free list of Chunk's. The FreeList // maintains a the structure of the list (head, tail, etc.) plus
*** 224,229 **** // Stats verification void verify_stats() const; #endif // NOT PRODUCT }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_ADAPTIVEFREELIST_HPP --- 224,229 ---- // Stats verification void verify_stats() const; #endif // NOT PRODUCT }; ! #endif // SHARE_VM_GC_CMS_ADAPTIVEFREELIST_HPP
< prev index next >