hg: jdk-updates/jdk11u-dev: 2 new changesets
paul.hohensee at gmail.com
paul.hohensee at gmail.com
Mon May 3 22:17:04 UTC 2021
Changeset: 3a917a546d1d
Author: phh
Date: 2020-06-04 13:25 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/3a917a546d1d
8246274: G1 old gen allocation tracking is not in a separate class
Summary: Add G1OldGenAllocationTracker
Reviewed-by: tschatzl, phh
Contributed-by: luoziyi at amazon.com, kemperw at amazon.com
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
+ src/hotspot/share/gc/g1/g1OldGenAllocationTracker.cpp
+ src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1Policy.hpp
Changeset: 2ccd0d8ec105
Author: tschatzl
Date: 2020-08-21 11:54 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/2ccd0d8ec105
8245511: G1 adaptive IHOP does not account for reclamation of humongous objects by young GC
Summary: Discount humongous object eager reclaim in IHOP allocation rate.
Reviewed-by: tschatzl, sjohanss
Contributed-by: luoziyi at amazon.com, kemperw at amazon.com
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1IHOPControl.cpp
! src/hotspot/share/gc/g1/g1IHOPControl.hpp
! src/hotspot/share/gc/g1/g1OldGenAllocationTracker.cpp
! src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1Policy.hpp
! test/hotspot/gtest/gc/g1/test_g1IHOPControl.cpp
More information about the jdk-updates-changes
mailing list