RFR: Update heap usage tallies for generations after full GC compaction
William Kemper
wkemper at openjdk.java.net
Mon Oct 11 19:02:12 UTC 2021
Two changes here:
* Verification checks heap usage for _each_ generation every time (rather than only check the _active_ generation).
* Compute heap usage after post compaction phase of full gc (rather than pre-compaction phase).
-------------
Commit messages:
- Simplify live usage accounting for generations during full gc
- Verify usage tallies for all generations during verification
Changes: https://git.openjdk.java.net/shenandoah/pull/84/files
Webrev: https://webrevs.openjdk.java.net/?repo=shenandoah&pr=84&range=00
Stats: 149 lines in 2 files changed: 57 ins; 83 del; 9 mod
Patch: https://git.openjdk.java.net/shenandoah/pull/84.diff
Fetch: git fetch https://git.openjdk.java.net/shenandoah pull/84/head:pull/84
PR: https://git.openjdk.java.net/shenandoah/pull/84
More information about the shenandoah-dev
mailing list