usenix conference policies
Detecting Data Races Using Dynamic Escape Analysis Based on Read Barrier
In multi-threaded programs, a data race results in extremely hard to locate bugs because of its non-deterministic behavior. This paper describes a novel dynamic data race detection method for object-oriented programming languages. The proposed method is based on the lockset algorithm. It uses read-barrier-based dynamic escape analysis for reducing number of memory locations that must be checked at runtime for detecting data races.
We implemented the proposed data race detection method in HotSpot Java1 VM. The results of an experimental evaluation show a significant performance improvement over the previous write-barrier-based method and also that the proposed method can perform data race detection with a relatively small runtime overhead.
author = {Hiroyasu Nishiyama},
title = {Detecting Data Races Using Dynamic Escape Analysis Based on Read Barrier},
booktitle = {3rd Virtual Machine Research \& Technology Symposium (VM 04)},
year = {2004},
address = {San Jose, CA},
url = {https://www.usenix.org/conference/vm-04/detecting-data-races-using-dynamic-escape-analysis-based-read-barrier},
publisher = {USENIX Association},
month = may
}
connect with us