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

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


> 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

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  Change available -> total

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8550/files
  - new: https://git.openjdk.java.net/jdk/pull/8550/files/98ef68b3..ba1075b5

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8550&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8550&range=00-01

  Stats: 11 lines in 3 files changed: 0 ins; 0 del; 11 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8550.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8550/head:pull/8550

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



More information about the hotspot-gc-dev mailing list