RFR: 8321816: GenShen: Provide a minimum amount of time for an old collection to run [v4]
William Kemper
wkemper at openjdk.org
Thu Dec 21 00:29:19 UTC 2023
> Young collections are allowed to interrupt old collections. Under heavy load, this may result in starvation of old collections - which may in turn lead to even more memory pressure on the young generation. Adding a minimum guaranteed amount of time for the old gc to make progress will help avoid this situation.
William Kemper has updated the pull request incrementally with one additional commit since the last revision:
Update stale comment
-------------
Changes:
- all: https://git.openjdk.org/shenandoah/pull/371/files
- new: https://git.openjdk.org/shenandoah/pull/371/files/25de1177..b065e623
Webrevs:
- full: https://webrevs.openjdk.org/?repo=shenandoah&pr=371&range=03
- incr: https://webrevs.openjdk.org/?repo=shenandoah&pr=371&range=02-03
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/shenandoah/pull/371.diff
Fetch: git fetch https://git.openjdk.org/shenandoah.git pull/371/head:pull/371
PR: https://git.openjdk.org/shenandoah/pull/371
More information about the shenandoah-dev
mailing list