Is there a JVM aimed at debugging concurrent software?

Posted by Roger Wernersson on Stack Overflow See other posts from Stack Overflow or by Roger Wernersson
Published on 2010-05-04T05:04:50Z Indexed on 2010/05/04 5:58 UTC
Read the original article Hit count: 215

Filed under:
|
|
|
|

I've used Concurrent Pascal, a tool which helps debug concurrent algorithms because when it runs your code, it randomizes which thread to swap to at every possible step, trying out as many paths as possible.

Is there a JVM that can do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm