Integrated: 8272161: Make evacuation failure data structures local to collection

Thomas Schatzl tschatzl at openjdk.java.net
Mon Aug 30 12:10:34 UTC 2021


On Tue, 10 Aug 2021 12:27:16 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this change that moves some evacuation (failure) related data structures into the per-thread evacuation context (`G1ParThreadScanState`) which removes some young collection related code from G1CollectedHeap?
> 
> Testing: tier1-5
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: bb7aa1c6
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bb7aa1c6a4856827cf05e976215699725b56b87a
Stats:     122 lines in 6 files changed: 43 ins; 45 del; 34 mod

8272161: Make evacuation failure data structures local to collection

Reviewed-by: iwalulya, sjohanss

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

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



More information about the hotspot-gc-dev mailing list