comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 2311:4e0069ff33df

7022200: G1: optimized build broken Summary: Make the G1 specific version of is_in_closed_subset() available in all builds. Reviewed-by: tonyp, jcoomes
author johnc
date Mon, 28 Feb 2011 09:10:52 -0800
parents c33825b68624
children 1216415d8e35
comparison
equal deleted inserted replaced
2268:8bbefb9743ae 2311:4e0069ff33df
1132 // committed in the heap 1132 // committed in the heap
1133 MemRegion g1_committed() { 1133 MemRegion g1_committed() {
1134 return _g1_committed; 1134 return _g1_committed;
1135 } 1135 }
1136 1136
1137 NOT_PRODUCT(bool is_in_closed_subset(const void* p) const;) 1137 virtual bool is_in_closed_subset(const void* p) const;
1138 1138
1139 // Dirty card table entries covering a list of young regions. 1139 // Dirty card table entries covering a list of young regions.
1140 void dirtyCardsForYoungRegions(CardTableModRefBS* ct_bs, HeapRegion* list); 1140 void dirtyCardsForYoungRegions(CardTableModRefBS* ct_bs, HeapRegion* list);
1141 1141
1142 // This resets the card table to all zeros. It is used after 1142 // This resets the card table to all zeros. It is used after