diff src/share/vm/memory/collectorPolicy.hpp @ 14359:f7f0c6a77d6d

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, 05 Feb 2014 11:05:13 +0100
parents 63a4eb8bcd23
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/memory/collectorPolicy.hpp	Tue Dec 10 15:11:02 2013 +0100
+++ b/src/share/vm/memory/collectorPolicy.hpp	Wed Feb 05 11:05:13 2014 +0100
@@ -220,6 +220,7 @@
 };
 
 class GenCollectorPolicy : public CollectorPolicy {
+friend class TestGenCollectorPolicy;
  protected:
   size_t _min_gen0_size;
   size_t _initial_gen0_size;