RFR: 8373225: GenShen: More adaptive old-generation growth heuristics [v6]
Kelvin Nilsen
kdnilsen at openjdk.org
Thu Dec 11 21:30:28 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 35%, 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:
Response to reviewer suggestions
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28561/files
- new: https://git.openjdk.org/jdk/pull/28561/files/41a83389..c71969c7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=04-05
Stats: 46 lines in 7 files changed: 11 ins; 0 del; 35 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