@inproceedings{0462e0527af441779e021fa986157e99,
title = "Reasoning about Java's Reentrant Locks",
abstract = "This paper presents a verification technique for a concurrent Java-like language with reentrant locks. The verification technique is based on permission-accounting separation logic. As usual, each lock is associated with a resource invariant, i.e. when acquiring the lock the resources are obtained by the thread holding the lock, and when releasing the lock, the resources are released. To accommodate for reentrancy, the notion of lockset is introduced: a multiset of locks held by a thread. Keeping track of the lockset enables the logic to ensure that resources are not re-acquired upon reentrancy, thus avoiding the introduction of new resources in the system. To be able to express flexible locking policies, we combine the verification logic with value-parametrized classes. Verified programs satisfy the following properties: data race freedom, absence of null-dereferencing and partial correctness. The verification technique is illustrated on several examples, including a challenging lock-coupling algorithm.",
keywords = "Multithreading, Program Verification, Reentrant Locks, METIS-256136, EWI-14818, IR-62675, Java",
author = "C. Haack and Marieke Huisman and C. Hurlin",
note = "http://dx.doi.org/10.1007/978-3-540-89330-1_13 ; The Sixth ASIAN Symposium on Programming Languages and Systems ; Conference date: 09-12-2008 Through 11-12-2008",
year = "2008",
month = sep,
day = "1",
doi = "10.1007/978-3-540-89330-1_13",
language = "Undefined",
isbn = "978-3-540-89329-5",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "171--187",
editor = "G. Ramalingam",
booktitle = "The Sixth ASIAN Symposium on Programming Languages and Systems",
address = "Germany",
}