src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp
changeset 49982 9042ffe5b7fe
parent 49964 99e698e94cc7
child 50034 01a88f825a84
equal deleted inserted replaced
49981:bd0a95bec96b 49982:9042ffe5b7fe
    67 class CompactibleFreeListSpace;
    67 class CompactibleFreeListSpace;
    68 class FreeChunk;
    68 class FreeChunk;
    69 class ParNewGeneration;
    69 class ParNewGeneration;
    70 class PromotionInfo;
    70 class PromotionInfo;
    71 class ScanMarkedObjectsAgainCarefullyClosure;
    71 class ScanMarkedObjectsAgainCarefullyClosure;
    72 class TenuredGeneration;
       
    73 class SerialOldTracer;
    72 class SerialOldTracer;
    74 
    73 
    75 // A generic CMS bit map. It's the basis for both the CMS marking bit map
    74 // A generic CMS bit map. It's the basis for both the CMS marking bit map
    76 // as well as for the mod union table (in each case only a subset of the
    75 // as well as for the mod union table (in each case only a subset of the
    77 // methods are used). This is essentially a wrapper around the BitMap class,
    76 // methods are used). This is essentially a wrapper around the BitMap class,