RFR: 8365956: GenShen: Adaptive tenuring threshold algorithm may raise threshold prematurely [v3]

Kelvin Nilsen kdnilsen at openjdk.org
Tue Aug 26 16:09:34 UTC 2025


On Mon, 25 Aug 2025 17:23:11 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).
>
> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix windows build

Thank you very much for these changes.  LGTM.

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

Marked as reviewed by kdnilsen (Committer).

PR Review: https://git.openjdk.org/jdk/pull/26906#pullrequestreview-3156366673


More information about the shenandoah-dev mailing list