gctoolkit
gctoolkit copied to clipboard
G1ConcurrentStringDeduplication lacks unit
trafficstars
G1ConcurrentStringDeduplication doesn't have any comments so it's a bit hard to make sense of. It currently has
startingStringVolume: doubleendingStringVolume: doublereduction: doublepercentReduction: double
All these are double and not long without any comments. It is unclear if the values are in bytes, in which case long would be more appropriate see MemoryPoolSummary, or in a unit, if so what the unit is.
For percentReduction it is unclear whether 100 % is represented as 100.0d or 1.0d.