hg: jdk8u/hs-dev/hotspot: 2 new changesets
bengt.rutisson at oracle.com
bengt.rutisson at oracle.com
Fri Apr 25 09:16:42 UTC 2014
Changeset: 1d01a7f3a336
Author: sjohanss
Date: 2014-04-23 11:18 +0200
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/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
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
! src/share/vm/prims/jni.cpp
Changeset: 9eddc467297f
Author: sjohanss
Date: 2014-02-21 09:48 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/9eddc467297f
8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
Summary: Making sure that if NewSize is set on the command line it should be used for both min and initial size even if it is re-aligned.
Reviewed-by: jwilhelm, jmasa
! src/share/vm/memory/collectorPolicy.cpp
More information about the jdk8u-hs-changes
mailing list