< prev index next >

src/share/vm/memory/filemap.hpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_MEMORY_FILEMAP_HPP #define SHARE_VM_MEMORY_FILEMAP_HPP #include "memory/metaspaceShared.hpp" #include "memory/metaspace.hpp" + #include "utilities/align.hpp" // Layout of the file: // header: dump of archive instance plus versioning info, datestamp, etc. // [magic # = 0xF00BABA2] // ... padding to align on page-boundary
< prev index next >