RFR: Use soft max capacity only for trigger calculations
William Kemper
wkemper at openjdk.org
Wed May 17 18:04:41 UTC 2023
Use the soft max heap capacity only for the trigger's availability calculations. Our current generation sizing calculations cannot tolerate arbitrary changes to capacity. This use of soft max heap is consistent with original non-generational behavior. Here, the soft max heap capacity is applied directly as the heuristics view of the capacity of the young generation.
-------------
Commit messages:
- Remove now fixed test from problem list
- Use soft max capacity only for trigger calculations
Changes: https://git.openjdk.org/shenandoah/pull/280/files
Webrev: https://webrevs.openjdk.org/?repo=shenandoah&pr=280&range=00
Stats: 34 lines in 5 files changed: 8 ins; 6 del; 20 mod
Patch: https://git.openjdk.org/shenandoah/pull/280.diff
Fetch: git fetch https://git.openjdk.org/shenandoah.git pull/280/head:pull/280
PR: https://git.openjdk.org/shenandoah/pull/280
More information about the shenandoah-dev
mailing list