src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp

changeset 7051
1f1d373cd044
parent 6930
570cb6369f17
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp	Tue Aug 19 10:50:27 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp	Thu Aug 21 11:47:10 2014 +0200
     1.3 @@ -34,6 +34,7 @@
     1.4  class ConcurrentG1RefineThread;
     1.5  class G1CollectedHeap;
     1.6  class G1HotCardCache;
     1.7 +class G1RegionToSpaceMapper;
     1.8  class G1RemSet;
     1.9  class DirtyCardQueue;
    1.10  
    1.11 @@ -74,7 +75,7 @@
    1.12    ConcurrentG1Refine(G1CollectedHeap* g1h, CardTableEntryClosure* refine_closure);
    1.13    ~ConcurrentG1Refine();
    1.14  
    1.15 -  void init(); // Accomplish some initialization that has to wait.
    1.16 +  void init(G1RegionToSpaceMapper* card_counts_storage);
    1.17    void stop();
    1.18  
    1.19    void reinitialize_threads();

mercurial