-
Notifications
You must be signed in to change notification settings - Fork 95
08. Deadlocks
Ingo Rockel edited this page Nov 16, 2017
·
1 revision
If the JVM finds a java level deadlock in your application it logs this into the thread dump. This information will be displayed in the deadlock node of the dump. There is also a hint concerning the found deadlock(s) in the dump summary. Note though, it doesn't have any deadlock detection for java level deadlocks itself, it relies on the deadlock detection of the VM.
TDA also tries to find deadlocks which might be caused by some external resources or some remote communication and can't be found by the Java VM. If there are indication for such a deadlock, TDA will display information concerning this in the dump summury and gives you hints what to do next.