src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 6980
6c523f5d5440
parent 6979
5255b195f828
child 6981
ff1e37e7eb83
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Mar 12 15:22:45 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Mar 12 17:13:48 2014 +0100
     1.3 @@ -376,11 +376,8 @@
     1.4    // terminate the iteration and return the address of the start of the
     1.5    // subregion that isn't done.  Return of "NULL" indicates that the
     1.6    // interation completed.
     1.7 -  virtual HeapWord*
     1.8 -       object_iterate_careful_m(MemRegion mr,
     1.9 -                                ObjectClosureCareful* cl);
    1.10 -  virtual HeapWord*
    1.11 -       object_iterate_careful(ObjectClosureCareful* cl);
    1.12 + HeapWord* object_iterate_careful_m(MemRegion mr,
    1.13 +                                    ObjectClosureCareful* cl);
    1.14  
    1.15    // Override: provides a DCTO_CL specific to this kind of space.
    1.16    DirtyCardToOopClosure* new_dcto_cl(ExtendedOopClosure* cl,

mercurial