< prev index next >

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

Print this page

        

*** 1117,1128 **** // reserved for the heap MemRegion g1_reserved() const { return _hrm->reserved(); } - virtual bool is_in_closed_subset(const void* p) const; - G1HotCardCache* g1_hot_card_cache() const { return _hot_card_cache; } G1CardTable* card_table() const { return _card_table; } --- 1117,1126 ----
< prev index next >