hotspot/src/share/vm/memory/padded.inline.hpp
changeset 46625 edefffab74e2
parent 46622 910fc72c03e8
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    25 #ifndef SHARE_VM_MEMORY_PADDED_INLINE_HPP
    25 #ifndef SHARE_VM_MEMORY_PADDED_INLINE_HPP
    26 #define SHARE_VM_MEMORY_PADDED_INLINE_HPP
    26 #define SHARE_VM_MEMORY_PADDED_INLINE_HPP
    27 
    27 
    28 #include "memory/allocation.inline.hpp"
    28 #include "memory/allocation.inline.hpp"
    29 #include "memory/padded.hpp"
    29 #include "memory/padded.hpp"
       
    30 #include "utilities/align.hpp"
    30 #include "utilities/debug.hpp"
    31 #include "utilities/debug.hpp"
    31 #include "utilities/globalDefinitions.hpp"
    32 #include "utilities/globalDefinitions.hpp"
    32 
    33 
    33 // Creates an aligned padded array.
    34 // Creates an aligned padded array.
    34 // The memory can't be deleted since the raw memory chunk is not returned.
    35 // The memory can't be deleted since the raw memory chunk is not returned.