src/hotspot/share/gc/g1/g1CardLiveData.cpp
changeset 49392 2956d0ece7a9
parent 49164 7e958a8ebcd3
child 49593 4dd58ecc9912
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
    92   return _max_capacity >> G1CardTable::card_shift;
    92   return _max_capacity >> G1CardTable::card_shift;
    93 }
    93 }
    94 
    94 
    95 // Helper class that provides functionality to generate the Live Data Count
    95 // Helper class that provides functionality to generate the Live Data Count
    96 // information.
    96 // information.
    97 class G1CardLiveDataHelper VALUE_OBJ_CLASS_SPEC {
    97 class G1CardLiveDataHelper {
    98 private:
    98 private:
    99   BitMapView _region_bm;
    99   BitMapView _region_bm;
   100   BitMapView _card_bm;
   100   BitMapView _card_bm;
   101 
   101 
   102   // The card number of the bottom of the G1 heap.
   102   // The card number of the bottom of the G1 heap.