JCarder 1.0.1 (Default branch) |
|
|
JCarder is a tool for finding potential deadlocks
in concurrent multi-threaded Java programs. It
does this by instrumenting Java byte code
dynamically (that is, it is not a tool for static
code analysis) and looking for cycles in the graph
of acquired locks.
License: GNU General Public License v2
Changes:
The license was updated with an exception to allow
linking with JUnit.
|