Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-12 00:04
2.0.0

공유 게이트 잠금은 지금되므로 잘못된 반응을 최소화 무시됩니다. 런타임 필터는 특정 모니터링하고 특정 모니터 포함 클래스 수준의 처리를 위해 추가되었습니다. JCarder 옵션은 이제 자바 대리인에게 인자로 지정할 수 있습니다.
Shared gate locks are now ignored, thereby minimizing false positives. Runtime filters have been added for class level handling of certain monitors and inclusion of only specific monitors. JCarder options may now be specified as arguments to the Java agent.

2008-01-11 00:29
1.0.1

라이센스를 제외하고 JUnit와 연결하도록 업데이 트되었습니다.
Tags: Documentation
The license was updated with an exception to allow
linking with JUnit.

2007-12-22 01:34
1.0

Tags: Initial freshmeat announcement

Project Resources