comparison src/share/vm/memory/filemap.hpp @ 12838:85c1ca43713f

8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces Reviewed-by: brutisso, jmasa, coleenp
author stefank
date Mon, 07 Oct 2013 15:51:08 +0200
parents 740e263c80c6
children ca6d25be853b 6e0cb14ce59b
comparison
equal deleted inserted replaced
12837:82af7d7a0128 12838:85c1ca43713f
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