RFR: 8270009: Factor out and shuffle methods in G1CollectedHeap::do_collection_pause_at_safepoint_helper [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Mon Jul 12 08:46:31 UTC 2021


> Hi all,
> 
>   can I get reviews for this change that factors out a few methods from `do_collection_pause_at_safepoint_helper` and reshuffles code from `gc_prologue`/`gc_epilogue` to be able to put those into parallel phase(s) later.
> 
> Testing: tier1-5
> 
> Thanks,
>   Thomas

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  ayang, kbarrett reviews

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4744/files
  - new: https://git.openjdk.java.net/jdk/pull/4744/files/b2837417..b8fd8e09

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4744&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4744&range=00-01

  Stats: 14 lines in 2 files changed: 9 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4744.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4744/head:pull/4744

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



More information about the hotspot-gc-dev mailing list