Skip to content

Speed up loading of heap dump #631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
thurka opened this issue Mar 10, 2025 · 1 comment
Closed

Speed up loading of heap dump #631

thurka opened this issue Mar 10, 2025 · 1 comment
Assignees
Labels

Comments

@thurka
Copy link
Member

thurka commented Mar 10, 2025

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.

@thurka thurka added the bug label Mar 10, 2025
@thurka thurka self-assigned this Mar 10, 2025
thurka added a commit that referenced this issue Mar 15, 2025
@thurka
Copy link
Member Author

thurka commented Mar 15, 2025

Fixed in master.

@thurka thurka closed this as completed Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant