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

changeset 4123
988bf00cc564
parent 3900
d2a62e0f25eb
child 4173
8a5ea0a9ccc4
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Sep 25 18:28:16 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Thu Sep 27 15:44:01 2012 -0700
     1.3 @@ -806,7 +806,14 @@
     1.4      return _MARKING_VERBOSE_ && _verbose_level >= high_verbose;
     1.5    }
     1.6  
     1.7 -  // Counting data structure accessors
     1.8 +  // Liveness counting
     1.9 +
    1.10 +  // Utility routine to set an exclusive range of cards on the given
    1.11 +  // card liveness bitmap
    1.12 +  inline void set_card_bitmap_range(BitMap* card_bm,
    1.13 +                                    BitMap::idx_t start_idx,
    1.14 +                                    BitMap::idx_t end_idx,
    1.15 +                                    bool is_par);
    1.16  
    1.17    // Returns the card number of the bottom of the G1 heap.
    1.18    // Used in biasing indices into accounting card bitmaps.

mercurial