hg: jdk9/hs/hotspot: 3 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Tue Apr 19 09:16:01 UTC 2016
Changeset: 9c00eda9e8e3
Author: tschatzl
Date: 2016-04-14 10:57 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9c00eda9e8e3
8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag
Reviewed-by: dfazunen, jwilhelm
! test/gc/g1/TestRegionLivenessPrint.java
Changeset: b4982d6f20e6
Author: tschatzl
Date: 2016-04-18 16:51 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b4982d6f20e6
8153503: Move remset scan iteration claim to remset local data structure
Reviewed-by: drwhite, mgerdin
! src/share/vm/gc/g1/g1CollectedHeap.cpp
! src/share/vm/gc/g1/g1EvacFailure.cpp
! src/share/vm/gc/g1/g1RemSet.cpp
! src/share/vm/gc/g1/g1RemSet.hpp
! src/share/vm/gc/g1/heapRegionRemSet.cpp
! src/share/vm/gc/g1/heapRegionRemSet.hpp
! src/share/vm/gc/g1/heapRegionSet.cpp
Changeset: 40a2defe3b0c
Author: tschatzl
Date: 2016-04-18 16:54 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/40a2defe3b0c
8153170: Card Live Data does not correctly handle eager reclaim
Summary: The card live data of regions eagerly reclaimed during remark and cleanup pause could be wrong, not considering that these regions were eagerly reclaimed and empty.
Reviewed-by: drwhite, kbarrett
! src/share/vm/gc/g1/g1CardLiveData.cpp
! src/share/vm/gc/g1/g1CardLiveData.hpp
! src/share/vm/gc/g1/g1CollectedHeap.hpp
! src/share/vm/gc/g1/g1ConcurrentMark.cpp
! src/share/vm/gc/g1/heapRegion.cpp
! src/share/vm/gc/g1/heapRegion.hpp
More information about the jdk9-all-changes
mailing list