comparison src/share/vm/gc_implementation/g1/g1RemSet.hpp @ 620:bcedf688d882

Merge
author tonyp
date Mon, 09 Mar 2009 11:32:57 -0400
parents 4f360ec815ba
children 87fa6e083d82
comparison
equal deleted inserted replaced
614:3db67f76d308 620:bcedf688d882
153 // progress. If so, then cards added to remembered sets should also have 153 // progress. If so, then cards added to remembered sets should also have
154 // their references into the collection summarized in "_new_refs". 154 // their references into the collection summarized in "_new_refs".
155 bool _par_traversal_in_progress; 155 bool _par_traversal_in_progress;
156 void set_par_traversal(bool b); 156 void set_par_traversal(bool b);
157 GrowableArray<oop*>** _new_refs; 157 GrowableArray<oop*>** _new_refs;
158 void new_refs_iterate(OopClosure* cl);
158 159
159 public: 160 public:
160 // This is called to reset dual hash tables after the gc pause 161 // This is called to reset dual hash tables after the gc pause
161 // is finished and the initial hash table is no longer being 162 // is finished and the initial hash table is no longer being
162 // scanned. 163 // scanned.