src/hotspot/share/gc/z/zMemory.inline.hpp
changeset 58708 f74ec3cbfcc0
parent 50525 767cdb97f103
equal deleted inserted replaced
58707:810409af12f1 58708:f74ec3cbfcc0
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_GC_Z_ZMEMORY_INLINE_HPP
    24 #ifndef SHARE_GC_Z_ZMEMORY_INLINE_HPP
    25 #define SHARE_GC_Z_ZMEMORY_INLINE_HPP
    25 #define SHARE_GC_Z_ZMEMORY_INLINE_HPP
    26 
    26 
       
    27 #include "gc/z/zList.inline.hpp"
    27 #include "gc/z/zMemory.hpp"
    28 #include "gc/z/zMemory.hpp"
    28 #include "utilities/debug.hpp"
    29 #include "utilities/debug.hpp"
    29 
    30 
    30 inline ZMemory::ZMemory(uintptr_t start, size_t size) :
    31 inline ZMemory::ZMemory(uintptr_t start, size_t size) :
    31     _start(start),
    32     _start(start),