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

William Kemper wkemper at openjdk.org
Fri Aug 22 21:01:32 UTC 2025


> 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 release build

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26906/files
  - new: https://git.openjdk.org/jdk/pull/26906/files/64c68395..8b2fb41a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26906&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26906&range=00-01

  Stats: 10 lines in 2 files changed: 5 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/26906.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26906/head:pull/26906

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


More information about the shenandoah-dev mailing list