hg: jdk9/hs/hotspot: 2 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Tue Apr 26 09:59:42 UTC 2016
Changeset: d7612d10b4ae
Author: tonyp
Date: 2016-04-26 10:19 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d7612d10b4ae
8154153: PS: Restore preserved marks in parallel
Summary: Restore preserved marks after evacuation failure in parallel using the PreservedMark infrastructure.
Reviewed-by: tschatzl
! src/share/vm/gc/parallel/psPromotionManager.cpp
! src/share/vm/gc/parallel/psPromotionManager.hpp
! src/share/vm/gc/parallel/psScavenge.cpp
! src/share/vm/gc/shared/preservedMarks.cpp
! src/share/vm/gc/shared/preservedMarks.hpp
Changeset: 838d51807bf3
Author: tonyp
Date: 2016-04-26 10:23 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/838d51807bf3
8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
Reviewed-by: tschatzl
! src/share/vm/gc/g1/g1CollectedHeap.cpp
! src/share/vm/gc/g1/g1CollectedHeap.hpp
! src/share/vm/gc/g1/g1EvacFailure.cpp
! src/share/vm/gc/g1/g1EvacFailure.hpp
! src/share/vm/gc/shared/preservedMarks.hpp
More information about the jdk9-all-changes
mailing list