Analyzing Threads

A thread is the path a program is executed. Multithreaded applications run many threads concurrently within a single program. To analyze all the threads in the heap dump use the Query Browser > Thread Overview query:

screen shot of thread overview

You can proceed with the analysis of a single thread by using Java Basics > Thread Details context menu.