src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 952
e9be0e04635a
parent 825
cc68c8e9b309
child 954
65de26b5ea82
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Sat Dec 20 00:45:18 2008 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Jan 06 07:05:05 2009 -0800
     1.3 @@ -850,6 +850,7 @@
     1.4  
     1.5    // Iterate over all objects, calling "cl.do_object" on each.
     1.6    virtual void object_iterate(ObjectClosure* cl);
     1.7 +  virtual void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); }
     1.8  
     1.9    // Iterate over all objects allocated since the last collection, calling
    1.10    // "cl.do_object" on each.  The heap must have been initialized properly

mercurial