RFR: 8352969: G1: Improve testability of optional collections [v10]
Thomas Schatzl
tschatzl at openjdk.org
Thu Sep 11 07:20:27 UTC 2025
On Wed, 10 Sep 2025 15:53:28 GMT, Guanqiang Han <ghan at openjdk.org> wrote:
>> This PR introduces a new diagnostic flag EvacuateAllOptionalRegions to force G1 GC to evacuate all optional regions regardless of the predicted pause time. The motivation is to allow testing and validation of optional region evacuation behavior without being constrained by the remaining pause time.
>
> Guanqiang Han has updated the pull request incrementally with one additional commit since the last revision:
>
> Update TestOptionalRegionGC.java
>
> Correct the formatting errors
Good.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26880#pullrequestreview-3209399853
More information about the hotspot-gc-dev
mailing list