RFR: 8319373: Serial: Refactor dirty cards scanning during Young GC [v6]
Albert Mingkun Yang
ayang at openjdk.org
Fri Nov 10 12:07:14 UTC 2023
> Reading the new code directly is probably easier. The structure is quite similar to its counterpart in Parallel.
>
> It's mostly perf-neutral, except when dirty cards are scarce. Using `card_scan.java` in [JDK-8310031](https://bugs.openjdk.org/browse/JDK-8310031), I observed ~40% reduction in young-gc pause time with `stride = 32 * 64`.
Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
review
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16492/files
- new: https://git.openjdk.org/jdk/pull/16492/files/5ae74167..de18a885
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16492&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16492&range=04-05
Stats: 19 lines in 1 file changed: 10 ins; 4 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/16492.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16492/head:pull/16492
PR: https://git.openjdk.org/jdk/pull/16492
More information about the hotspot-gc-dev
mailing list