Thursday, 3 November 2011

Diff between Thread dump, Heap Dump, Core Dump



Thread dupm is a stack trace of all active threads with their states.
Heap dump is a memory map of the heap .it will give memory utilization in each partition such as youn generation ,permanent genaration and total object count etc
which is generated by the jvm when it encountered the OOM error

core dump is generated by underlying operating system when a java process get crashed  

No comments:

Post a Comment