src/share/vm/memory/freeList.cpp

changeset 7208
7baf47cb97cb
parent 6402
191174b49bec
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/memory/freeList.cpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/memory/freeList.cpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -34,7 +34,6 @@
     1.4  
     1.5  #if INCLUDE_ALL_GCS
     1.6  #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
     1.7 -#include "gc_implementation/g1/g1CodeCacheRemSet.hpp"
     1.8  #endif // INCLUDE_ALL_GCS
     1.9  
    1.10  // Free list.  A FreeList is used to access a linked list of chunks
    1.11 @@ -333,5 +332,4 @@
    1.12  template class FreeList<Metachunk>;
    1.13  #if INCLUDE_ALL_GCS
    1.14  template class FreeList<FreeChunk>;
    1.15 -template class FreeList<G1CodeRootChunk>;
    1.16  #endif // INCLUDE_ALL_GCS

mercurial