If a process crashes and leaves a core dump or I create one with gcore then how can I analyze it?
I'd like to be able to use jmap, jstack, jstat etc and also to see values of all variables.
This way I can find the reasons for a crashed or frozen JVM.