diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/collectorPolicy.hpp	Thu Apr 24 14:02:48 2014 +0400
+++ b/src/share/vm/memory/collectorPolicy.hpp	Wed Apr 23 11:18:53 2014 +0200
@@ -220,6 +220,7 @@
 };
 
 class GenCollectorPolicy : public CollectorPolicy {
+friend class TestGenCollectorPolicy;
  protected:
   size_t _min_gen0_size;
   size_t _initial_gen0_size;