Java PathFinder (JPF) is an explicit-state model checker for Java programs. It explores all executions that a given program can have due to different thread interleavings and nondeterministic choices. JPF implements a backtracking Java Virtual Machine (JVM) that executes bytecodes using a special representation of JVM states. This special representation enables JPF to quickly store, restore, and compare states; it is crucial for making the overall state exploration efficient. However, this special representation creates overhead for each execution, even execution of deterministic blocks that have no thread interleavings or nondeterministic choices. We propose mixed execution, a technique that improves execution time of deterministic bloc...
The goal of this project was to investigate a distributed testing system based on the Java PathFinde...
Abstract. Current approaches to the development of reliable software systems include decomposition i...
One of the big performance problems of software model checking is the state-explosion problem. Vario...
Java PathFinder (JPF) is an explicit-state model checker for Java programs. It explores all executio...
Abstract. Java PathFinder (JPF) is an explicit-state model checker for Java programs. It explores al...
Java Pathfinder (JPF) is a verification and testing environment for Java that integrates model check...
Model checking software programs is an effective approach for finding bugs in program by systematica...
Abstract—One of the main challenges when verifying multi-threaded Java applications is the state spa...
State-space exploration is the essence of model checking and an increasingly popular approach for au...
CITATION: Artho, C. & Visser, W. 2019. Java Pathfinder at SV-COMP 2019 (Competition Contribution). L...
Despite the technological advances in languages and tools to support program development, programmer...
Abstract — We present Delta Execution, a technique that speeds up state-space exploration of object-...
121 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 2007.We implemented Delta Executio...
The main limitation of software model checking is that, due to state explosion, it does not scale to...
We present a novel technique that speeds up state-space exploration (SSE) for evolving programs with...
The goal of this project was to investigate a distributed testing system based on the Java PathFinde...
Abstract. Current approaches to the development of reliable software systems include decomposition i...
One of the big performance problems of software model checking is the state-explosion problem. Vario...
Java PathFinder (JPF) is an explicit-state model checker for Java programs. It explores all executio...
Abstract. Java PathFinder (JPF) is an explicit-state model checker for Java programs. It explores al...
Java Pathfinder (JPF) is a verification and testing environment for Java that integrates model check...
Model checking software programs is an effective approach for finding bugs in program by systematica...
Abstract—One of the main challenges when verifying multi-threaded Java applications is the state spa...
State-space exploration is the essence of model checking and an increasingly popular approach for au...
CITATION: Artho, C. & Visser, W. 2019. Java Pathfinder at SV-COMP 2019 (Competition Contribution). L...
Despite the technological advances in languages and tools to support program development, programmer...
Abstract — We present Delta Execution, a technique that speeds up state-space exploration of object-...
121 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 2007.We implemented Delta Executio...
The main limitation of software model checking is that, due to state explosion, it does not scale to...
We present a novel technique that speeds up state-space exploration (SSE) for evolving programs with...
The goal of this project was to investigate a distributed testing system based on the Java PathFinde...
Abstract. Current approaches to the development of reliable software systems include decomposition i...
One of the big performance problems of software model checking is the state-explosion problem. Vario...