comparison src/share/vm/memory/collectorPolicy.hpp @ 17898:1d01a7f3a336

8033426: Scale initial NewSize using NewRatio if not set on command line Summary: Now using NewRatio to size initial NewSize if not specified on commandline. Reviewed-by: jmasa, jwilhelm
author sjohanss
date Wed, 23 Apr 2014 11:18:53 +0200
parents 236cecd9ec97
children 52b4284cb496
comparison
equal deleted inserted replaced
17897:9f9257611ade 17898:1d01a7f3a336
218 } 218 }
219 } 219 }
220 }; 220 };
221 221
222 class GenCollectorPolicy : public CollectorPolicy { 222 class GenCollectorPolicy : public CollectorPolicy {
223 friend class TestGenCollectorPolicy;
223 protected: 224 protected:
224 size_t _min_gen0_size; 225 size_t _min_gen0_size;
225 size_t _initial_gen0_size; 226 size_t _initial_gen0_size;
226 size_t _max_gen0_size; 227 size_t _max_gen0_size;
227 228