RFR: 8318190: GenShen: Be less aggressive with triggers for old-gen has expanded [v2]
Kelvin Nilsen
kdnilsen at openjdk.org
Mon Oct 16 22:19:47 UTC 2023
> This patch reduces the frequency of old-has-grown triggers in the case that old usage is smaller than a particular threshold percentage (default value 5%) of the total heap size. In this case, old is triggered for growth no more frequently than once every N cycles, where N defaults to 50.
Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
Make minimum old-gen size growth configurable
-------------
Changes:
- all: https://git.openjdk.org/shenandoah/pull/341/files
- new: https://git.openjdk.org/shenandoah/pull/341/files/955f0faa..22070f03
Webrevs:
- full: https://webrevs.openjdk.org/?repo=shenandoah&pr=341&range=01
- incr: https://webrevs.openjdk.org/?repo=shenandoah&pr=341&range=00-01
Stats: 22 lines in 3 files changed: 15 ins; 1 del; 6 mod
Patch: https://git.openjdk.org/shenandoah/pull/341.diff
Fetch: git fetch https://git.openjdk.org/shenandoah.git pull/341/head:pull/341
PR: https://git.openjdk.org/shenandoah/pull/341
More information about the shenandoah-dev
mailing list