diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/freeBlockDictionary.cpp	Tue Oct 15 07:10:09 2013 -0700
+++ b/src/share/vm/memory/freeBlockDictionary.cpp	Tue Oct 15 14:28:51 2013 +0200
@@ -28,7 +28,6 @@
 #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
 #endif // INCLUDE_ALL_GCS
 #include "memory/freeBlockDictionary.hpp"
-#include "memory/metablock.hpp"
 #include "memory/metachunk.hpp"
 #include "runtime/thread.inline.hpp"
 #include "utilities/macros.hpp"