RFR: Recompute generation accounts after fullgc

Kelvin Nilsen kdnilsen at openjdk.org
Wed Mar 29 22:09:40 UTC 2023


This fix addresses a problem found during verification following full gcs.  This recomputes the generation usage at the end of full GC as part of a 5th phase of full gc.

We may be able to remove this 5th phase at a later time after we find and fix whatever errors exist in generation accounting in the existing full gc implementation.

-------------

Commit messages:
 - Merge remote-tracking branch 'GitFarmBranch/recompute-generation-accounts-after-fullgc' into recompute-generation-accounts-after-fullgc
 - Recompute generation usage following Full GC

Changes: https://git.openjdk.org/shenandoah/pull/235/files
 Webrev: https://webrevs.openjdk.org/?repo=shenandoah&pr=235&range=00
  Stats: 72 lines in 4 files changed: 72 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/shenandoah/pull/235.diff
  Fetch: git fetch https://git.openjdk.org/shenandoah.git pull/235/head:pull/235

PR: https://git.openjdk.org/shenandoah/pull/235


More information about the shenandoah-dev mailing list