comparison src/share/vm/memory/freeBlockDictionary.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 db9981fd3124
children de6a9e811145
comparison
equal deleted inserted replaced
12901:f16726924734 12902:bdfbb1fb19ca
26 #include "utilities/macros.hpp" 26 #include "utilities/macros.hpp"
27 #if INCLUDE_ALL_GCS 27 #if INCLUDE_ALL_GCS
28 #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" 28 #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
29 #endif // INCLUDE_ALL_GCS 29 #endif // INCLUDE_ALL_GCS
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/thread.inline.hpp" 32 #include "runtime/thread.inline.hpp"
34 #include "utilities/macros.hpp" 33 #include "utilities/macros.hpp"
35 34
36 #ifndef PRODUCT 35 #ifndef PRODUCT