# javapathfinder/jpf-core

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/javapathfinder-jpf-core).**

612 stars · 408 forks · Java

## Links

- GitHub: https://github.com/javapathfinder/jpf-core
- awesome-repositories: https://awesome-repositories.com/repository/javapathfinder-jpf-core.md

## Description

JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.

## Tags

### Part of an Awesome List

- [Formal Verification](https://awesome-repositories.com/f/awesome-lists/devtools/formal-verification.md) — JVM model checker for formal verification.
