Find current running threads in an JVM (JDK 1.5)
Is there any application which can capture the information about currently running threads in an already spawned jvm, given its process id as input?
This is similar to what jstack does but since its present only in JDK 1.6 (at least for Windows) I am not able to take the advantage of it.
Any help would be appreciated.
Thank you.