RFR: 8327387: G1: Refactor region liveness processing after completion of concurrent marking [v3]

Albert Mingkun Yang ayang at openjdk.org
Fri Mar 8 09:49:06 UTC 2024


> The diff is not quite easy to follow. Instead, I'd recommend to read the new code directly, and the entry-point (and the gist) is in `G1OnRegionClosure::do_heap_region`.
> 
> While running BigRamTester, h2, and specjbb2015-fixed, a slight reduction in subphase time (approximately 0.01ms) was observed. However, it's important to note that these subphases are already quite brief in baseline.
> 
> Test: tier1-6

Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Merge branch 'master' into g1-merge-remark
 - review
 - review
 - Merge branch 'master' into g1-merge-remark
 - g1-merge-remark

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18127/files
  - new: https://git.openjdk.org/jdk/pull/18127/files/51231eb3..b74fdd1c

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

  Stats: 7585 lines in 111 files changed: 3231 ins; 4220 del; 134 mod
  Patch: https://git.openjdk.org/jdk/pull/18127.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18127/head:pull/18127

PR: https://git.openjdk.org/jdk/pull/18127


More information about the hotspot-gc-dev mailing list