RFR: 8276887: G1: Move precleaning to Concurrent Mark From Roots subphase [v5]

Albert Mingkun Yang ayang at openjdk.java.net
Sun Nov 14 23:08:09 UTC 2021


> Simple change of moving the "Preclean" subphase into "Mark from roots" subphase so that precleaning becomes parallel automatically. Evaluation using a contrived java program shows that multiple GC threads do precleaning. More detailed testing results are available in the JBS ticket.
> 
> Test: hotspot_gc

Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:

  review

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6327/files
  - new: https://git.openjdk.java.net/jdk/pull/6327/files/4c3e7514..a1571a2e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6327&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6327&range=03-04

  Stats: 8 lines in 1 file changed: 6 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6327.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6327/head:pull/6327

PR: https://git.openjdk.java.net/jdk/pull/6327



More information about the hotspot-gc-dev mailing list