Integrated: 8282620: G1/Parallel: Constify is_in_young() predicates

Thomas Schatzl tschatzl at openjdk.java.net
Mon Mar 7 13:56:25 UTC 2022


On Thu, 3 Mar 2022 16:11:36 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this trivial change to further constify `G1Collectedheap/ParallelScavengeHeap::is_in_young()`? Also removes `is_in_old` that does not have a definition.
> 
> Testing: local compilation, gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 6fc73f70
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6fc73f709ba9a7f4810027f6c888b63a4604f004
Stats:     5 lines in 4 files changed: 0 ins; 1 del; 4 mod

8282620: G1/Parallel: Constify is_in_young() predicates

Reviewed-by: iwalulya, ayang

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

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



More information about the hotspot-gc-dev mailing list