RFR: 8302215: G1: Last-ditch Full GC should do serial compaction for tail regions in per thread compaction points. [v8]

Ivan Walulya iwalulya at openjdk.org
Fri Feb 17 12:46:51 UTC 2023


> Hi all, 
> 
> Please review this change to call `G1FullCollector::phase2c_prepare_serial_compaction` when `do_maximal_compaction`. For maximum compaction, we re-prepare all objects in the "tail" regions of the per thread compaction points.
> 
> Testing: Tier 1-3.
> 
> Thanks

Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:

  cleanup

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12529/files
  - new: https://git.openjdk.org/jdk/pull/12529/files/dfd97f4b..0b81ae0e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12529&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12529&range=06-07

  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12529.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12529/head:pull/12529

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


More information about the hotspot-gc-dev mailing list