comparison src/share/vm/memory/cardTableRS.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 284953caf7aa
children
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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
108 CardTableRS* as_CardTableRS() { return this; } 110 CardTableRS* as_CardTableRS() { return this; }
109 111
110 CardTableModRefBS* ct_bs() { return _ct_bs; } 112 CardTableModRefBS* ct_bs() { return _ct_bs; }
111 113
112 // Override. 114 // Override.