Are there any tools available to track the creation and lifetime of Java threads? I would be interested in all of the following:
- The call stack which called new Thread()
- The call stack which called start()
- The lifetime of the run() method
Are there any tools available to track the creation and lifetime of Java threads? I would be interested in all of the following:
I have written and published an open source tool to answer this question.
I have blogged about the tool here.