RFR: 8325574: Shenandoah: Simplify and enhance reporting of requested GCs [v2]
William Kemper
wkemper at openjdk.org
Mon Feb 12 21:51:35 UTC 2024
> Shenandoah distinguishes between 'implicit' and 'explicit' GC requests. The distinction is used to decide whether or not a request is serviced concurrently or with a full GC. The data collected is also included in the end-of-process report. This change simplifies handling of these requests and adds a tally of the underlying GC causes to the end-of-process report.
William Kemper has updated the pull request incrementally with three additional commits since the last revision:
- Move more gc cause classification and policy decisions to shenandoahCollectorPolicy
- Improve names for accumulating arrays
- Const all the things
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17795/files
- new: https://git.openjdk.org/jdk/pull/17795/files/ce06e434..9115c470
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17795&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17795&range=00-01
Stats: 86 lines in 4 files changed: 30 ins; 28 del; 28 mod
Patch: https://git.openjdk.org/jdk/pull/17795.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17795/head:pull/17795
PR: https://git.openjdk.org/jdk/pull/17795
More information about the shenandoah-dev
mailing list