RFR: 8325574: Shenandoah: Simplify and enhance reporting of requested GCs [v4]

William Kemper wkemper at openjdk.org
Wed Feb 14 16:46:18 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 one additional commit since the last revision:

  Remove unnecessary comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17795/files
  - new: https://git.openjdk.org/jdk/pull/17795/files/8d174e81..dfa31c98

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17795&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17795&range=02-03

  Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 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