Model-Checking Multi-Threaded Distributed Java Programs
Scott D. Stoller

State-space exploration is a powerful technique for verification of concurrent software systems. Applying it to software systems written in standard programming languages requires powerful abstractions (of data) and reductions (of atomicity), which focus on simplifying the data and control, respectively, by aggregation. We propose a reduction that exploits a common pattern of synchronization, namely, the use of locks to protect shared data structures. This pattern of synchronization is particularly common in concurrent Java programs, because Java provides built-in locks. We describe the design of a new tool for state-less state-space exploration of Java programs that incorporates this reduction. We also describe an implementation of the reduction in Java PathFinder, a more traditional state-space exploration tool for Java programs.

BibTeX    PDF

This is a revised and extended version of a paper that appeared in the Proceedings of the 7th International SPIN Workshop on Model Checking of Software, 2000. Here are links for the workshop paper.

BibTeX    PDF

These ideas are implemented in Java Checker and in a variant of Java PathFinder.


Scott Stoller's Home Page