OpenJDK 11, Tools of the Trade
I especially like to use jstack (well not like) but it really helps to figure out the issues when a process seems to be hanging. And you can even use it as a brute profiler, doing manual sampling and correlation.
I especially like to use jstack (well not like) but it really helps to figure out the issues when a process seems to be hanging. And you can even use it as a brute profiler, doing manual sampling and correlation.