Tagged Questions
3
votes
4answers
3k views
Thread dump programmatically /JDI (Java Debugger Interface)
I like to generate a thread dump programmatically. I've learned that there a basically two ways to do it:
Use the "Java Virtual Machine Tool Interface" JVM-TI
Use the higher abstracted "Java ...
2
votes
5answers
5k views
How do I create a thread dump of a Java Web Start application
Is it possible to get a thread dump of a Java Web Start application? And if so, how?
It would be nice if there were a simple solution, which would enable a non-developer (customer) to create a thread ...
1
vote
2answers
536 views
Getting a thread dump from a frozen Java app without using JStack
When I am trying to use JStack to get the thread dump of my frozen application, one of the threads gives me this result:
Thread 27560: (state = IN_NATIVE)
- ...