src/share/vm/memory/freeList.cpp

changeset 6402
191174b49bec
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 7208
7baf47cb97cb
     1.1 --- a/src/share/vm/memory/freeList.cpp	Mon Mar 17 15:18:45 2014 +0100
     1.2 +++ b/src/share/vm/memory/freeList.cpp	Mon Mar 24 15:30:14 2014 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -34,6 +34,7 @@
    1.11  
    1.12  #if INCLUDE_ALL_GCS
    1.13  #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
    1.14 +#include "gc_implementation/g1/g1CodeCacheRemSet.hpp"
    1.15  #endif // INCLUDE_ALL_GCS
    1.16  
    1.17  // Free list.  A FreeList is used to access a linked list of chunks
    1.18 @@ -332,4 +333,5 @@
    1.19  template class FreeList<Metachunk>;
    1.20  #if INCLUDE_ALL_GCS
    1.21  template class FreeList<FreeChunk>;
    1.22 +template class FreeList<G1CodeRootChunk>;
    1.23  #endif // INCLUDE_ALL_GCS

mercurial