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

changeset 6082
4288e54fd145
parent 5237
f2110083203d
child 6084
46d7652b223c
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Oct 28 13:27:57 2013 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Oct 21 18:51:37 2013 +0200
     1.3 @@ -665,8 +665,6 @@
     1.4  
     1.5    BarrierSet::Name barrier_set_name() { return BarrierSet::G1SATBCTLogging; }
     1.6  
     1.7 -  GenRemSet::Name  rem_set_name()     { return GenRemSet::CardTable; }
     1.8 -
     1.9    bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
    1.10  
    1.11    // Record the start and end of an evacuation pause.

mercurial