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

changeset 5369
71180a6e5080
parent 5237
f2110083203d
child 5548
5888334c9c24
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Jul 02 16:54:24 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Jul 03 17:26:59 2013 -0400
     1.3 @@ -1360,11 +1360,6 @@
     1.4      object_iterate(cl);
     1.5    }
     1.6  
     1.7 -  // Iterate over all objects allocated since the last collection, calling
     1.8 -  // "cl.do_object" on each.  The heap must have been initialized properly
     1.9 -  // to support this function, or else this call will fail.
    1.10 -  virtual void object_iterate_since_last_GC(ObjectClosure* cl);
    1.11 -
    1.12    // Iterate over all spaces in use in the heap, in ascending address order.
    1.13    virtual void space_iterate(SpaceClosure* cl);
    1.14  

mercurial