comparison src/share/vm/memory/filemap.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 85c1ca43713f
children ca6d25be853b 6e0cb14ce59b
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
24 24
25 #ifndef SHARE_VM_MEMORY_FILEMAP_HPP 25 #ifndef SHARE_VM_MEMORY_FILEMAP_HPP
26 #define SHARE_VM_MEMORY_FILEMAP_HPP 26 #define SHARE_VM_MEMORY_FILEMAP_HPP
27 27
28 #include "memory/metaspaceShared.hpp" 28 #include "memory/metaspaceShared.hpp"
29 #include "memory/metaspace.hpp"
29 30
30 // Layout of the file: 31 // Layout of the file:
31 // header: dump of archive instance plus versioning info, datestamp, etc. 32 // header: dump of archive instance plus versioning info, datestamp, etc.
32 // [magic # = 0xF00BABA2] 33 // [magic # = 0xF00BABA2]
33 // ... padding to align on page-boundary 34 // ... padding to align on page-boundary