comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp @ 13059:46d7652b223c

8026853: Prepare GC code for collector policy regression fix Summary: Cleanup related to the NewSize and MaxNewSize bugs Reviewed-by: tschatzl, jcoomes, ehelin
author jwilhelm
date Mon, 21 Oct 2013 18:56:20 +0200
parents 4288e54fd145
children 8f07aa079343
comparison
equal deleted inserted replaced
13058:3aee6bc29547 13059:46d7652b223c
215 215
216 bool during_marking() { 216 bool during_marking() {
217 return _during_marking; 217 return _during_marking;
218 } 218 }
219 219
220 private:
221 enum PredictionConstants { 220 enum PredictionConstants {
222 TruncatedSeqLength = 10 221 TruncatedSeqLength = 10
223 }; 222 };
224 223
225 TruncatedSeq* _alloc_rate_ms_seq; 224 TruncatedSeq* _alloc_rate_ms_seq;