Integrated: 8311163: Parallel: Improve large object handling during evacuation

Kim Barrett kbarrett at openjdk.org
Sat Aug 31 01:16:25 UTC 2024


On Tue, 27 Aug 2024 00:16:10 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change to ParallelGC young generation collection's handling
> of large objArrays, to now use the infrastructure provided by JDK-8253237 and
> JDK-8337709.  (That's the same infrastructure used by G1 young/mixed
> collections.)
> 
> Testing: mach5 tier1-5

This pull request has now been integrated.

Changeset: 4f071ce0
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4f071ce074b934d5610e213d348cff8326f1499d
Stats:     121 lines in 5 files changed: 54 ins; 39 del; 28 mod

8311163: Parallel: Improve large object handling during evacuation

Reviewed-by: tschatzl, ayang

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

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


More information about the hotspot-gc-dev mailing list