I already read VisualVM and Self Time
But I still don't get how to interpret. Here is my case :
Self Time : 500000ms
Self Time (CPU) : 72000ms
I understand that the method took 72s of CPU execution time (So real work without sub-method called).
Can I interpret that Threads have been blocked in this method for some reason during 500-72=428s ?
Which would mean I can begin to search concurrent access etc... ?
Context : Webapp under Tomcat