hg: jdk8u/hs-dev/hotspot: 3 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Tue Mar 25 01:12:54 UTC 2014
Changeset: 8ee855b4e667
Author: jwilhelm
Date: 2014-02-28 15:27 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/8ee855b4e667
8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Reviewed-by: tschatzl, mgerdin
Contributed-by: jesper.wilhelmsson at oracle.com, staffan.friberg at oracle.com
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
! src/share/vm/gc_implementation/g1/heapRegionSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionSet.hpp
! src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp
Changeset: 2775f322649a
Author: jwilhelm
Date: 2014-03-24 14:23 -0700
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/2775f322649a
Merge
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Changeset: be3bc91182f5
Author: jwilhelm
Date: 2014-03-24 16:56 -0700
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/be3bc91182f5
Merge
More information about the jdk8u-hs-changes
mailing list