src/share/vm/memory/generation.hpp

changeset 6978
30c99d8e0f02
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 7598
ddce0b7cee93
     1.1 --- a/src/share/vm/memory/generation.hpp	Wed Mar 26 10:54:52 2014 +0100
     1.2 +++ b/src/share/vm/memory/generation.hpp	Thu Mar 06 09:08:18 2014 +0100
     1.3 @@ -543,10 +543,6 @@
     1.4    // generation, calling "cl.do_oop" on each.
     1.5    virtual void oop_iterate(ExtendedOopClosure* cl);
     1.6  
     1.7 -  // Same as above, restricted to the intersection of a memory region and
     1.8 -  // the generation.
     1.9 -  virtual void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
    1.10 -
    1.11    // Iterate over all objects in the generation, calling "cl.do_object" on
    1.12    // each.
    1.13    virtual void object_iterate(ObjectClosure* cl);

mercurial