src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 54375 a5ce9300462f
parent 54361 879051d3772a
child 54465 c4f16445675a
equal deleted inserted replaced
54374:22eb1f7416f1 54375:a5ce9300462f
  1117   // reserved for the heap
  1117   // reserved for the heap
  1118   MemRegion g1_reserved() const {
  1118   MemRegion g1_reserved() const {
  1119     return _hrm->reserved();
  1119     return _hrm->reserved();
  1120   }
  1120   }
  1121 
  1121 
  1122   virtual bool is_in_closed_subset(const void* p) const;
       
  1123 
       
  1124   G1HotCardCache* g1_hot_card_cache() const { return _hot_card_cache; }
  1122   G1HotCardCache* g1_hot_card_cache() const { return _hot_card_cache; }
  1125 
  1123 
  1126   G1CardTable* card_table() const {
  1124   G1CardTable* card_table() const {
  1127     return _card_table;
  1125     return _card_table;
  1128   }
  1126   }