< prev index next >

src/share/vm/memory/padded.inline.hpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_MEMORY_PADDED_INLINE_HPP #define SHARE_VM_MEMORY_PADDED_INLINE_HPP #include "memory/allocation.inline.hpp" #include "memory/padded.hpp" + #include "utilities/align.hpp" #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" // Creates an aligned padded array. // The memory can't be deleted since the raw memory chunk is not returned.
< prev index next >