Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

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.

Hiroyasu Nishiyama, Hitachi, Ltd.

BibTeX
@inproceedings {269954,
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
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/vm04/tech/full_papers/nishiyama/nishiyama.pdf
Paper (HTML): 
http://usenix.org/publications/library/proceedings/vm04/tech/full_papers/nishiyama/nishiyama_html/index.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us