For remembered sets G1 reports wasted memory in remembered set data structures.
The term "wasted" is a bit misleading as it might imply always unusable memory, or memory that can't be used ever.
However, what this meant to indicate is memory that we allocated too much because of our bulk allocators.
Rename to the more exact term "unused" everywhere.
The term "wasted" is a bit misleading as it might imply always unusable memory, or memory that can't be used ever.
However, what this meant to indicate is memory that we allocated too much because of our bulk allocators.
Rename to the more exact term "unused" everywhere.
- blocks
-
JDK-8285710 Miscalculation of G1CardSetAllocator unused memory size
-
- Resolved
-