Integrated: 8277736: G1: Allow forced evacuation failure of first N regions in collection set

Hamlin Li mli at openjdk.java.net
Wed Dec 1 11:30:11 UTC 2021


On Thu, 25 Nov 2021 12:54:11 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Currently, debug options of evacuation failure, like G1EvacuationFailureALotInterval and G1EvacuationFailureALotCount only config the ratio of objects failing evacuation, basically the distribution of objects failing evacuation is even among regions.
> 
> JDK-8256265 is trying to improve parallelism in regions that failed evacuation, it'll be helpful if there is option to config the distribution of objects failing evacuation among regions, so implementation of JDK-8256265 could be profiled more precisely.
> 
> This is to add the support and necessary vm options, and the implementation will be to select regions from start, i.e. not randomly, the motivation is to configure a more stable selection of evacuation failure regions, which will help verify the effect of JDK-8256265 implementation.

This pull request has now been integrated.

Changeset: bc6dce14
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bc6dce149efef54b1d6c945c68cd75feb1276f5b
Stats:     53 lines in 6 files changed: 46 ins; 0 del; 7 mod

8277736: G1: Allow forced evacuation failure of first N regions in collection set

Reviewed-by: ayang, tschatzl

-------------

PR: https://git.openjdk.java.net/jdk/pull/6561



More information about the hotspot-gc-dev mailing list