src/share/vm/memory/defNewGeneration.cpp

changeset 5369
71180a6e5080
parent 5237
f2110083203d
child 5459
7b06ae405d7b
     1.1 --- a/src/share/vm/memory/defNewGeneration.cpp	Tue Jul 02 16:54:24 2013 +0200
     1.2 +++ b/src/share/vm/memory/defNewGeneration.cpp	Wed Jul 03 17:26:59 2013 -0400
     1.3 @@ -450,11 +450,6 @@
     1.4    }
     1.5  }
     1.6  
     1.7 -void DefNewGeneration::object_iterate_since_last_GC(ObjectClosure* cl) {
     1.8 -  // $$$ This may be wrong in case of "scavenge failure"?
     1.9 -  eden()->object_iterate(cl);
    1.10 -}
    1.11 -
    1.12  void DefNewGeneration::younger_refs_iterate(OopsInGenClosure* cl) {
    1.13    assert(false, "NYI -- are you sure you want to call this?");
    1.14  }

mercurial