src/hotspot/share/gc/z/zHeap.hpp
changeset 58292 a8f06f2b84b0
parent 58066 8407928b9fe5
child 58293 f2bd6a3993a7
equal deleted inserted replaced
58291:a013100f7a35 58292:a8f06f2b84b0
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_GC_Z_ZHEAP_HPP
    24 #ifndef SHARE_GC_Z_ZHEAP_HPP
    25 #define SHARE_GC_Z_ZHEAP_HPP
    25 #define SHARE_GC_Z_ZHEAP_HPP
    26 
    26 
    27 #include "gc/shared/gcTimer.hpp"
       
    28 #include "gc/z/zAllocationFlags.hpp"
    27 #include "gc/z/zAllocationFlags.hpp"
    29 #include "gc/z/zArray.hpp"
       
    30 #include "gc/z/zForwardingTable.hpp"
    28 #include "gc/z/zForwardingTable.hpp"
    31 #include "gc/z/zList.hpp"
       
    32 #include "gc/z/zLock.hpp"
       
    33 #include "gc/z/zMark.hpp"
    29 #include "gc/z/zMark.hpp"
    34 #include "gc/z/zObjectAllocator.hpp"
    30 #include "gc/z/zObjectAllocator.hpp"
    35 #include "gc/z/zPage.hpp"
    31 #include "gc/z/zPage.hpp"
    36 #include "gc/z/zPageAllocator.hpp"
    32 #include "gc/z/zPageAllocator.hpp"
    37 #include "gc/z/zPageTable.hpp"
    33 #include "gc/z/zPageTable.hpp"
    38 #include "gc/z/zReferenceProcessor.hpp"
    34 #include "gc/z/zReferenceProcessor.hpp"
    39 #include "gc/z/zRelocate.hpp"
    35 #include "gc/z/zRelocate.hpp"
    40 #include "gc/z/zRelocationSet.hpp"
    36 #include "gc/z/zRelocationSet.hpp"
    41 #include "gc/z/zRelocationSetSelector.hpp"
       
    42 #include "gc/z/zRootsIterator.hpp"
       
    43 #include "gc/z/zWeakRootsProcessor.hpp"
    37 #include "gc/z/zWeakRootsProcessor.hpp"
    44 #include "gc/z/zServiceability.hpp"
    38 #include "gc/z/zServiceability.hpp"
    45 #include "gc/z/zUnload.hpp"
    39 #include "gc/z/zUnload.hpp"
    46 #include "gc/z/zWorkers.hpp"
    40 #include "gc/z/zWorkers.hpp"
    47 #include "memory/allocation.hpp"
       
    48 
    41 
    49 class ZHeap {
    42 class ZHeap {
    50   friend class VMStructs;
    43   friend class VMStructs;
    51 
    44 
    52 private:
    45 private: