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

Ivan Walulya iwalulya at openjdk.java.net
Thu May 5 16:56:35 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

Marked as reviewed by iwalulya (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list