comparison src/share/vm/memory/cardTableRS.hpp @ 14306:284953caf7aa

8031776: Remove the unnecessary enum GenRemSet::Name Reviewed-by: stefank, tschatzl, jwilhelm
author ehelin
date Mon, 20 Jan 2014 17:15:55 +0100
parents bd902affe102
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14305:c685ef164975 14306:284953caf7aa
103 public: 103 public:
104 CardTableRS(MemRegion whole_heap, int max_covered_regions); 104 CardTableRS(MemRegion whole_heap, int max_covered_regions);
105 ~CardTableRS(); 105 ~CardTableRS();
106 106
107 // *** GenRemSet functions. 107 // *** GenRemSet functions.
108 GenRemSet::Name rs_kind() { return GenRemSet::CardTable; }
109
110 CardTableRS* as_CardTableRS() { return this; } 108 CardTableRS* as_CardTableRS() { return this; }
111 109
112 CardTableModRefBS* ct_bs() { return _ct_bs; } 110 CardTableModRefBS* ct_bs() { return _ct_bs; }
113 111
114 // Override. 112 // Override.