src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp

changeset 3730
9f059abe8cf2
parent 2314
f95d63e2154a
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp	Fri Apr 20 17:13:36 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp	Thu Mar 29 19:46:24 2012 -0700
     1.3 @@ -23,7 +23,8 @@
     1.4   */
     1.5  
     1.6  #include "precompiled.hpp"
     1.7 -#include "gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp"
     1.8 +#include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
     1.9 +#include "memory/freeBlockDictionary.hpp"
    1.10  #include "utilities/copy.hpp"
    1.11  
    1.12  #ifndef PRODUCT

mercurial