src/hotspot/share/gc/z/zPhysicalMemory.hpp
changeset 57900 0cd210d5cb9c
parent 54834 39ba09047e19
equal deleted inserted replaced
57899:54845835747f 57900:0cd210d5cb9c
    23 
    23 
    24 #ifndef SHARE_GC_Z_ZPHYSICALMEMORY_HPP
    24 #ifndef SHARE_GC_Z_ZPHYSICALMEMORY_HPP
    25 #define SHARE_GC_Z_ZPHYSICALMEMORY_HPP
    25 #define SHARE_GC_Z_ZPHYSICALMEMORY_HPP
    26 
    26 
    27 #include "memory/allocation.hpp"
    27 #include "memory/allocation.hpp"
    28 #include OS_CPU_HEADER(gc/z/zPhysicalMemoryBacking)
    28 #include OS_HEADER(gc/z/zPhysicalMemoryBacking)
    29 
    29 
    30 class ZPhysicalMemorySegment : public CHeapObj<mtGC> {
    30 class ZPhysicalMemorySegment : public CHeapObj<mtGC> {
    31 private:
    31 private:
    32   uintptr_t _start;
    32   uintptr_t _start;
    33   uintptr_t _end;
    33   uintptr_t _end;