RFR: Expand old on demand [v54]
Kelvin Nilsen
kdnilsen at openjdk.org
Sat May 20 23:16:58 UTC 2023
> This PR describes several proposed changes to dynamically adjust the sizes of old-gen and young-gen. In general, the objective is to keep old-gen as small as possible so that there is an abundance of memory available for the young-gen allocation runway.
>
> This PR now passes all GHA pre-integration tests and other internal CI tests.
Kelvin Nilsen has updated the pull request incrementally with four additional commits since the last revision:
- Remove extra debugging instrumentation
- Only anticipate promotion for younger regions if is_aging_cycle()
- Fix some syntax errors
related to preceding commit
- Better logging and fix fullgc to clear old deficit and surplus
-------------
Changes:
- all: https://git.openjdk.org/shenandoah/pull/248/files
- new: https://git.openjdk.org/shenandoah/pull/248/files/3f3f566d..00284a59
Webrevs:
- full: https://webrevs.openjdk.org/?repo=shenandoah&pr=248&range=53
- incr: https://webrevs.openjdk.org/?repo=shenandoah&pr=248&range=52-53
Stats: 152 lines in 7 files changed: 59 ins; 90 del; 3 mod
Patch: https://git.openjdk.org/shenandoah/pull/248.diff
Fetch: git fetch https://git.openjdk.org/shenandoah.git pull/248/head:pull/248
PR: https://git.openjdk.org/shenandoah/pull/248
More information about the shenandoah-dev
mailing list