src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp

changeset 1580
e018e6884bd8
parent 704
850fdf70db2b
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Wed Dec 16 15:12:51 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Wed Dec 23 09:23:54 2009 -0800
     1.3 @@ -55,7 +55,8 @@
     1.4    virtual void       dictCensusUpdate(size_t size, bool split, bool birth) = 0;
     1.5    virtual bool       coalDictOverPopulated(size_t size) = 0;
     1.6    virtual void       beginSweepDictCensus(double coalSurplusPercent,
     1.7 -                       float sweep_current, float sweep_ewstimate) = 0;
     1.8 +                       float inter_sweep_current, float inter_sweep_estimate,
     1.9 +                       float intra__sweep_current) = 0;
    1.10    virtual void       endSweepDictCensus(double splitSurplusPercent) = 0;
    1.11    virtual FreeChunk* findLargestDict() const = 0;
    1.12    // verify that the given chunk is in the dictionary.
    1.13 @@ -79,6 +80,7 @@
    1.14    }
    1.15  
    1.16    virtual void       printDictCensus() const = 0;
    1.17 +  virtual void       print_free_lists(outputStream* st) const = 0;
    1.18  
    1.19    virtual void       verify()         const = 0;
    1.20  

mercurial