RFR: 8373225: GenShen: More adaptive old-generation growth heuristics [v7]
Kelvin Nilsen
kdnilsen at openjdk.org
Thu Dec 11 21:55:17 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:
white space
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28561/files
- new: https://git.openjdk.org/jdk/pull/28561/files/c71969c7..ee81bd92
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28561&range=05-06
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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