RFR: 8373225: GenShen: More adaptive old-generation growth heuristics [v5]

Kelvin Nilsen kdnilsen at openjdk.org
Wed Dec 10 21:50:29 UTC 2025


> When old-gen consumes a small percentage of heap size, trigger when old-gen expands by more than ShenandoahMinOldGenGrowthPercent, with default value 50%, from the live data in old at time of previous old-gen mark.
> 
> When old-gen consumes a larger percentage of heap size, we trigger when old-gen expands by more than  ShenandoahMinOldGenGrowthRemainingHeapPercent, with default value 25%, of the memory not live in old at the last marking of old.

Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:

  Remove FRACTIONAL_DENOMINATOR constat

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28561/files
  - new: https://git.openjdk.org/jdk/pull/28561/files/79a21ee6..41a83389

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=03-04

  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/28561.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28561/head:pull/28561

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


More information about the hotspot-gc-dev mailing list