gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

G1ConcurrentStringDeduplication lacks unit

Open marschall opened this issue 4 years ago • 0 comments
trafficstars

G1ConcurrentStringDeduplication doesn't have any comments so it's a bit hard to make sense of. It currently has

  • startingStringVolume: double
  • endingStringVolume: double
  • reduction: double
  • percentReduction: 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.

marschall avatar Sep 26 '21 11:09 marschall