Skip to content

Heap dump

slicer provides a simplistic overview of a JVM’s heap structure described by a HPROF file.

slicer does not perform extensive analysis, e.g. memory leak detection, which tools such as Eclipse MAT and VisualVM do, it instead creates heap summaries.

A heap summary is a listing of all types on the heap, such as class instances, object arrays and primitive arrays.