< prev index next >

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

Print this page

        

*** 35,45 **** // Information about object liveness on the Java heap on a "card" basis. // Can be used for various purposes, like as remembered set for completely // coarsened remembered sets, scrubbing remembered sets or estimating liveness. // This information is created as part of the concurrent marking cycle. ! class G1CardLiveData VALUE_OBJ_CLASS_SPEC { friend class G1CardLiveDataHelper; friend class G1VerifyCardLiveDataTask; private: typedef BitMap::bm_word_t bm_word_t; // Store some additional information about the covered area to be able to test. --- 35,45 ---- // Information about object liveness on the Java heap on a "card" basis. // Can be used for various purposes, like as remembered set for completely // coarsened remembered sets, scrubbing remembered sets or estimating liveness. // This information is created as part of the concurrent marking cycle. ! class G1CardLiveData { friend class G1CardLiveDataHelper; friend class G1VerifyCardLiveDataTask; private: typedef BitMap::bm_word_t bm_word_t; // Store some additional information about the covered area to be able to test.
< prev index next >