By bloid
via javalobby.org
Published: Sep 25 2007 / 14:06
Identifying lock problems is a big issue, in concurrency programming. Tthis tools helps to identify them. As more and more cores are added, there is an implication that our code will become more complex and harder to analyze (most people have trouble figuring out code flow with two threads trying to access the same file. imagine 200 threads or more).
IBM released the Lock Analyzer for Java by Toby Corbin, to help figure out problematic lock issues.



Add your comment