Top "Jhat" questions

jHat refers to Java Heap Analysis Tool.

How to find a Java Memory Leak

How do you find a memory leak in Java (using, for example, JHat)? I have tried to load the heap …

java memory memory-leaks jhat
What does the class class [B represents in Java?

I am trying out a tool jhat here to test my java memory usage. It reads in a heap dump …

java optimization memory jhat
Loading a large hprof into jhat

I have a 6.5GB Hprof file that was dumped by a 64-bit JVM using the -XX:-HeapDumpOnOutOfMemoryError option. I have …

java memory-leaks jvm heap-memory jhat