Integrated: 8253286: Use expand_exact() instead of expand_at() for fixed requests in G1

Stefan Johansson sjohanss at openjdk.java.net
Mon Sep 21 12:06:16 UTC 2020


On Fri, 18 Sep 2020 06:59:34 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

> Hi all,
> 
> Please review this small cleanup that uses `expand_exact()` rather than `expand_at()` when requesting a specific
> region. This will ensure that we get exactly the requested region.
> Testing:
> tier1-2 alone and 3-5 with other changes.

This pull request has now been integrated.

Changeset: edc14f92
Author:    Stefan Johansson <sjohanss at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/edc14f92
Stats:     8 lines in 1 file changed: 0 ins; 1 del; 7 mod

8253286: Use expand_exact() instead of expand_at() for fixed requests in G1

Reviewed-by: tschatzl, ayang

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

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



More information about the hotspot-gc-dev mailing list