Skip to content

Speed up loading of heap dump #631

@thurka

Description

@thurka

When JDK integrated Remove file seeking requirement for writing a heap dump, it introduced a change in the heap dump writing process. As an implementation detail, the heap dumping code now generates a significant number of short HEAP_DUMP_SEGMENT-s. This change has resulted in a slowdown when opening heap dumps, as the heapDumpSegIterator() function has become quite slow.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions