Abstract
This artifact [1] (accompanying our iFM 2023 paper [2]) describes the software we developed that contributed towards our analysis of OpenJDK's BitSet class. This class represents a vector of bits that grows as needed. Our analysis exposed numerous bugs. In our paper, we proposed and compared a number of solutions supported by formal specifications. Full mechanical verification of the BitSet class is not yet possible due to limited support for bitwise operations in KeY and bugs in BitSet. Our artifact contains proofs for a subset of the methods and new proof rules to support bitwise operators.
Original language | English |
---|---|
Article number | 103232 |
Journal | Science of Computer Programming |
Volume | 241 |
DOIs | |
Publication status | Published - Apr 2025 |
Keywords
- Formal specification
- Java/OpenJDK
- JML
- KeY
- Testing