Loci: Simple Thread-Locality for Java
| Citations: | 5 - 1 self |
BibTeX
@MISC{Wrigstad_loci:simple,
author = {Tobias Wrigstad and Filip Pizlo and Fadi Meawad and Lei Zhao and Jan Vitek},
title = {Loci: Simple Thread-Locality for Java},
year = {}
}
OpenURL
Abstract
Abstract. This paper presents a simple type system for thread-local data in Java. Classes and types are annotated to express thread-locality and unintended leaks are detected at compile-time. The system, called Loci, is minimal, modular and compatible with legacy code. The only change to the language is the addition of two new metadata annotations. We implemented Loci as an Eclipse plug-in and used it to evaluate our design on a number of benchmarks. We found that Loci is compatible with how Java programs are written and that the annotation overhead is light thanks to a judicious choice of defaults. 1







