JCarder is a tool for finding potential deadlocks in multi-threaded Java programs. It does this by instrumenting Java byte code dynamically, i.e., it is not a tool for static code analysis. The instrumented code can be run in an ordinary JVM (Java version 5 or higher).
This Google Code project site only contains issue tracking. Downloads and documentation can be found on http://www.jcarder.org.