Represents a Java thread.
JavaThread
instances correspond with executing threads in the Java Virtual Machine, not {@link java.lang.Thread} instances on the heap.JavaThread
provide information on what was running including the locations of all of the threads within the Java program when the dump was taken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|