< prev index next >

src/hotspot/share/gc/g1/g1CardLiveData.cpp

Print this page

        

*** 92,102 **** return _max_capacity >> G1CardTable::card_shift; } // Helper class that provides functionality to generate the Live Data Count // information. ! class G1CardLiveDataHelper VALUE_OBJ_CLASS_SPEC { private: BitMapView _region_bm; BitMapView _card_bm; // The card number of the bottom of the G1 heap. --- 92,102 ---- return _max_capacity >> G1CardTable::card_shift; } // Helper class that provides functionality to generate the Live Data Count // information. ! class G1CardLiveDataHelper { private: BitMapView _region_bm; BitMapView _card_bm; // The card number of the bottom of the G1 heap.
< prev index next >