comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp @ 13057:4288e54fd145

8026851: Remove unnecessary code in GenRemSet Summary: Removed the GenRemSet::rem_set_name() since we only have one remset. Reviewed-by: stefank, mgerdin, tschatzl
author jwilhelm
date Mon, 21 Oct 2013 18:51:37 +0200
parents f2110083203d
children 46d7652b223c
comparison
equal deleted inserted replaced
13008:3b3133d93fb6 13057:4288e54fd145
663 virtual HeapWord* satisfy_failed_allocation(size_t size, 663 virtual HeapWord* satisfy_failed_allocation(size_t size,
664 bool is_tlab); 664 bool is_tlab);
665 665
666 BarrierSet::Name barrier_set_name() { return BarrierSet::G1SATBCTLogging; } 666 BarrierSet::Name barrier_set_name() { return BarrierSet::G1SATBCTLogging; }
667 667
668 GenRemSet::Name rem_set_name() { return GenRemSet::CardTable; }
669
670 bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0); 668 bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
671 669
672 // Record the start and end of an evacuation pause. 670 // Record the start and end of an evacuation pause.
673 void record_collection_pause_start(double start_time_sec); 671 void record_collection_pause_start(double start_time_sec);
674 void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info); 672 void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info);