Integrated: 8305716: Enhancements for printing age tables
William Kemper
wkemper at openjdk.org
Wed Apr 19 07:46:58 UTC 2023
On Thu, 6 Apr 2023 18:18:54 GMT, William Kemper <wkemper at openjdk.org> wrote:
> In order to reduce the number of changes for the upcoming PR for the generational mode for Shenandoah we are opening separate PRs for the changes in common code. Shenandoah will be using this `AgeTable` class. There are two changes here:
> * `AgeTables` created with global=false will no longer SEGV when printing
> * A method was added to allow the `AgeTable` to print to an existing output stream
This pull request has now been integrated.
Changeset: 9fb53adf
Author: William Kemper <wkemper at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9fb53adfe00c5fdb8c8b5f7bc059634fc15b040d
Stats: 33 lines in 2 files changed: 10 ins; 3 del; 20 mod
8305716: Enhancements for printing age tables
Reviewed-by: kdnilsen, ysr, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/13377
More information about the hotspot-gc-dev
mailing list