comparison src/share/vm/memory/binaryTreeDictionary.cpp @ 12902:bdfbb1fb19ca

8026391: The Metachunk header wastes memory Reviewed-by: coleenp, jmasa
author stefank
date Tue, 15 Oct 2013 14:28:51 +0200
parents de88570fabfc
children 63a4eb8bcd23 ab36007d6358
comparison
equal deleted inserted replaced
12901:f16726924734 12902:bdfbb1fb19ca
26 #include "utilities/macros.hpp" 26 #include "utilities/macros.hpp"
27 #include "gc_implementation/shared/allocationStats.hpp" 27 #include "gc_implementation/shared/allocationStats.hpp"
28 #include "memory/binaryTreeDictionary.hpp" 28 #include "memory/binaryTreeDictionary.hpp"
29 #include "memory/freeList.hpp" 29 #include "memory/freeList.hpp"
30 #include "memory/freeBlockDictionary.hpp" 30 #include "memory/freeBlockDictionary.hpp"
31 #include "memory/metablock.hpp"
32 #include "memory/metachunk.hpp" 31 #include "memory/metachunk.hpp"
33 #include "runtime/globals.hpp" 32 #include "runtime/globals.hpp"
34 #include "utilities/ostream.hpp" 33 #include "utilities/ostream.hpp"
35 #include "utilities/macros.hpp" 34 #include "utilities/macros.hpp"
36 #include "gc_implementation/shared/spaceDecorator.hpp" 35 #include "gc_implementation/shared/spaceDecorator.hpp"