Tool for analyzing java core dump
Posted
by margus
on Stack Overflow
See other posts from Stack Overflow
or by margus
Published on 2009-06-04T14:53:29Z
Indexed on
2010/05/20
21:10 UTC
Read the original article
Hit count: 272
If i make java core dump with gcore then what is the best tool to analyze it? I need to be able make jmap, jstack, jstat etc and also i need to see values of all variables.
Something that can take core dump as frozen JVM.
© Stack Overflow or respective owner