Integrated: 8286189 G1: Change "wasted" memory to "unused" memory in reporting

Thomas Schatzl tschatzl at openjdk.java.net
Fri May 6 12:49:40 UTC 2022


On Thu, 5 May 2022 13:32:20 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change of the term "wasted" to "unused" in memory reporting; "wasted" is a bit ambiguous, meaning memory that can't be used because it's blocked by something external (like the space at the end of humongous regions where gc needs to wait until the humongous objects is freed by the application).
> 
> Testing: gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: b9f43703
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b9f43703253f8505994cd614e1c9963b5062aa8e
Stats:     38 lines in 8 files changed: 2 ins; 0 del; 36 mod

8286189: G1: Change "wasted" memory to "unused" memory in reporting

Reviewed-by: iwalulya, ayang

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

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



More information about the hotspot-gc-dev mailing list