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

changeset 3455
851b58c26def
parent 3454
2e966d967c5c
child 3463
d30fa85f9994
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Jan 13 13:27:48 2012 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Jan 16 11:21:21 2012 +0100
     1.3 @@ -386,7 +386,7 @@
     1.4  
     1.5    FreeRegionList        _cleanup_list;
     1.6  
     1.7 -  // CMS marking support structures
     1.8 +  // Concurrent marking support structures
     1.9    CMBitMap                _markBitMap1;
    1.10    CMBitMap                _markBitMap2;
    1.11    CMBitMapRO*             _prevMarkBitMap; // completed mark bitmap

mercurial