hg: jdk9/hs/hotspot: 7 new changesets
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Thu Aug 28 21:14:26 UTC 2014
Changeset: 0a92f32c3883
Author: tschatzl
Date: 2014-08-26 14:15 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0a92f32c3883
8055953: [TESTBUG] Fix for 8055098 does not contain unit test
Summary: Add missing unit test.
Reviewed-by: tschatzl
Contributed-by: Leonid Mesnik <leonid.mesnik at oracle.com>
+ test/gc/whitebox/TestWBGC.java
Changeset: fc146c1f9594
Author: tschatzl
Date: 2014-08-26 14:15 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/fc146c1f9594
8055919: Remove dead code in G1 concurrent marking code
Reviewed-by: jmasa, jwilhelm
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
Changeset: 8024c15868c8
Author: tschatzl
Date: 2014-08-27 08:59 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8024c15868c8
8056043: Heap does not shrink within the heap after JDK-8038423
Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too.
Reviewed-by: jwilhelm, jmasa
! src/share/vm/gc_implementation/g1/heapRegionManager.cpp
! test/gc/g1/TestHumongousShrinkHeap.java
Changeset: 9c6176aa57b9
Author: brutisso
Date: 2014-08-27 10:51 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9c6176aa57b9
8055816: Remove dead code in g1BlockOffsetTable
Reviewed-by: tschatzl, mgerdin
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: 48de4d583857
Author: brutisso
Date: 2014-08-27 09:22 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/48de4d583857
Merge
Changeset: 14c813b8ba20
Author: sjohanss
Date: 2014-08-27 09:47 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/14c813b8ba20
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
Summary: Passing the min and max size of the generation into the counter instead of using the space to estimate sizes.
Reviewed-by: stefank, tschatzl
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp
! src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.hpp
! src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp
! src/share/vm/gc_implementation/shared/generationCounters.cpp
! src/share/vm/gc_implementation/shared/generationCounters.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/tenuredGeneration.cpp
Changeset: 2c2fbe2d095a
Author: jmasa
Date: 2014-08-28 11:25 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2c2fbe2d095a
Merge
More information about the jdk9-all-changes
mailing list