Skip to content

G1ConcurrentStringDeduplication lacks unit #103

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions