RFR: 8342444: Shenandoah: Uncommit regions from a separate, STS aware thread [v5]
William Kemper
wkemper at openjdk.org
Tue Nov 19 22:14:10 UTC 2024
> Currently, Shenandoah uncommits regions from its control thread. The control thread is responsible for starting GC cycles in a timely fashion. Uncommitting memory from this thread may introduce unwanted delays in the control thread's response to GC pressure.
William Kemper has updated the pull request incrementally with one additional commit since the last revision:
Use idiomatic name for CADR class
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22019/files
- new: https://git.openjdk.org/jdk/pull/22019/files/05db9558..7007415a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22019&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22019&range=03-04
Stats: 5 lines in 1 file changed: 1 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/22019.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22019/head:pull/22019
PR: https://git.openjdk.org/jdk/pull/22019
More information about the hotspot-gc-dev
mailing list