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

changeset 3219
c6a6e936dc68
parent 3216
5e5d4821bf07
child 3292
6071e0581859
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Oct 20 12:06:20 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Sun Oct 23 23:06:06 2011 -0700
     1.3 @@ -577,11 +577,6 @@
     1.4    // allocated in the current region before the last call to "save_mark".
     1.5    void oop_before_save_marks_iterate(OopClosure* cl);
     1.6  
     1.7 -  DirtyCardToOopClosure*
     1.8 -  new_dcto_closure(OopClosure* cl,
     1.9 -                   CardTableModRefBS::PrecisionStyle precision,
    1.10 -                   HeapRegionDCTOC::FilterKind fk);
    1.11 -
    1.12    // Note the start or end of marking. This tells the heap region
    1.13    // that the collector is about to start or has finished (concurrently)
    1.14    // marking the heap.

mercurial