Skip to content

Consider switching HprofParser to do 2 passes #8

@eaftan

Description

@eaftan

The first pass should just collect class dump info (i.e. build the ClassMap). The second pass can fill in all the values, since we now have the class data.

Currently we are storing all instances in a list, which means we are consuming a lot of memory. This won't work for large heaps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions