src/share/vm/memory/generation.hpp

changeset 5369
71180a6e5080
parent 4900
8617e38bb4cb
child 5459
7b06ae405d7b
     1.1 --- a/src/share/vm/memory/generation.hpp	Tue Jul 02 16:54:24 2013 +0200
     1.2 +++ b/src/share/vm/memory/generation.hpp	Wed Jul 03 17:26:59 2013 -0400
     1.3 @@ -551,12 +551,6 @@
     1.4    // the heap.  This defaults to object_iterate() unless overridden.
     1.5    virtual void safe_object_iterate(ObjectClosure* cl);
     1.6  
     1.7 -  // Iterate over all objects allocated in the generation since the last
     1.8 -  // collection, calling "cl.do_object" on each.  The generation must have
     1.9 -  // been initialized properly to support this function, or else this call
    1.10 -  // will fail.
    1.11 -  virtual void object_iterate_since_last_GC(ObjectClosure* cl) = 0;
    1.12 -
    1.13    // Apply "cl->do_oop" to (the address of) all and only all the ref fields
    1.14    // in the current generation that contain pointers to objects in younger
    1.15    // generations. Objects allocated since the last "save_marks" call are
    1.16 @@ -724,7 +718,6 @@
    1.17    // Iteration
    1.18    void object_iterate(ObjectClosure* blk);
    1.19    void space_iterate(SpaceClosure* blk, bool usedOnly = false);
    1.20 -  void object_iterate_since_last_GC(ObjectClosure* cl);
    1.21  
    1.22    void younger_refs_iterate(OopsInGenClosure* blk);
    1.23  

mercurial