Integrated: 8370667: GenShen: Only make assertions about region pinning for collected generation

William Kemper wkemper at openjdk.org
Thu Oct 30 21:12:38 UTC 2025


On Tue, 28 Oct 2025 20:52:01 GMT, William Kemper <wkemper at openjdk.org> wrote:

> This broke recently because we expanded the scope of the assertion to check all regions. However, there are times when the pin status for a region is only updated if the region belongs to the generation being collected. This change restores the previous behavior of the assertion.

This pull request has now been integrated.

Changeset: c6eea8ac
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c6eea8acf6eea7314a1615e5923ac7bf73e6da02
Stats:     13 lines in 4 files changed: 7 ins; 0 del; 6 mod

8370667: GenShen: Only make assertions about region pinning for collected generation

Reviewed-by: xpeng, ysr

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

PR: https://git.openjdk.org/jdk/pull/28027


More information about the hotspot-gc-dev mailing list