changeset 2142 | 032f4652700c |
parent 2013 | 49e915da0905 |
child 2152 | 99356e7f31b1 |
--- a/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.hpp Mon Mar 02 16:37:04 2009 -0800 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.hpp Fri Mar 06 13:50:14 2009 -0800 @@ -155,6 +155,7 @@ bool _par_traversal_in_progress; void set_par_traversal(bool b); GrowableArray<oop*>** _new_refs; + void new_refs_iterate(OopClosure* cl); public: // This is called to reset dual hash tables after the gc pause