RFR: 8256265: G1: Improve parallelism in regions that failed evacuation [v2]

Thomas Schatzl tschatzl at openjdk.org
Mon Sep 12 10:34:18 UTC 2022


> Hi all,
> 
>   can I have reviews on this change that makes the evacuation failure remove forwards phase split the work across threads within regions?
> 
> This work is a continuation of PR#7047 from @Hamlin-Li and latest improvements from @albertnetymk in that thread. This is reflected in the first commit, I added a fair amount of changes to fix bugs and streamline the code.  
> 
> Testing: tier1-8 with G1EvacuationFailureALot enabled, tier1-5 as is

Thomas Schatzl has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 12 commits:

 - Merge branch 'master' of gh:tschatzl/jdk into 8256265-parallel-evac-failure
 - disable G1EvacuationFailureALot by default again
 - Remove unneeded clear metadata phase
 - Remove debug code
 - More refactoring
 - Initial cleanup
 - some refactoring, fix clearing of opt index in cset
 - fix test
 - some cleanup
 - Cleanup, phase names, fixes
 - ... and 2 more: https://git.openjdk.org/jdk/compare/37df5f56...2628451d

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

Changes: https://git.openjdk.org/jdk/pull/9980/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9980&range=01
  Stats: 498 lines in 22 files changed: 271 ins; 97 del; 130 mod
  Patch: https://git.openjdk.org/jdk/pull/9980.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9980/head:pull/9980

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


More information about the hotspot-dev mailing list