You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: