Skip to content

Function initialMark in CMSTenuredPoolParser show a bad use of getOccupancyBeforeAfterWithMemoryPoolSizeSummary #198

Description

@ZhangShushu123

The memory space does not change in initialMark. Moreover, this function is different of the initialMark in GenerationalHeapParser.java.
As far as I am concerned, MemoryPoolSummary tenured = trace.getOccupancyBeforeAfterWithMemoryPoolSizeSummary(4); should change to MemoryPoolSummary tenured = trace.getOccupancyWithMemoryPoolSizeSummary(4);.

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 working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions