Migrating from JMC 5 I am looking for what used to be called the "Hot Methods", i.e. stack traces for the hot methods.
JMC 6 has "Method Profiling" whose stack frames have much fewer sample counts than the stack traces for "Java Application". What do these two things mean and which one of these, if any, should I use to see the hot methods?
(If it matters: I am always using -XX:+DebugNonSafepoints and I always want to look at all threads for the entire lifetime of the process. My processes runs for hours.)
(I have not found any sufficiently detailed documentation for JMC 6.)