Java Model Checking

  • Authors:
  • David Y. W. Park;Ulrich Stern;Jens U. Sakkebæk;David L. Dill

  • Affiliations:
  • -;-;-;-

  • Venue:
  • ASE '00 Proceedings of the 15th IEEE international conference on Automated software engineering
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents initial results in model checking multi-threaded Java programs. Java programs are translated into the Sal (Symbolic Analysis Laboratory) intermediate language, which supports dynamic constructs such as objects instantiations and thread call stacks. The SAL model checker then exhaustively checks the program description for deadlocks and assertion failures, using traditional model checking optimizations to curb the state explosion problem. Most of the advanced features of the Java language are modeled within our framework.