Integrated: 8365956: GenShen: Adaptive tenuring threshold algorithm may raise threshold prematurely

William Kemper wkemper at openjdk.org
Wed Sep 10 22:15:00 UTC 2025


On Fri, 22 Aug 2025 18:24:12 GMT, William Kemper <wkemper at openjdk.org> wrote:

> The adaptive tenuring algorithm has been modified to begin its evaluation of mortality rates from the current tenuring threshold. To compliment this change, objects must also now be strictly above the tenuring threshold to be promoted (instead of greater-than-or-equal).

This pull request has now been integrated.

Changeset: 7fcce270
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7fcce27096605a27ca3b74349d1012bb0bd5963d
Stats:     347 lines in 15 files changed: 253 ins; 29 del; 65 mod

8365956: GenShen: Adaptive tenuring threshold algorithm may raise threshold prematurely

Reviewed-by: kdnilsen, phh

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

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


More information about the hotspot-gc-dev mailing list