学位论文详细信息
Practical static race detection for Java parallel loops
Java;static race detection;static analysis;synchronization
Radoi, Cosmin ; Dig ; Daniel
关键词: Java;    static race detection;    static analysis;    synchronization;   
Others  :  https://www.ideals.illinois.edu/bitstream/handle/2142/46761/Cosmin_Radoi.pdf?sequence=1&isAllowed=y
美国|英语
来源: The Illinois Digital Environment for Access to Learning and Scholarship
PDF
【 摘 要 】

Despite significant progress in recent years, the important problem of static race detection remains open. Previous techniques took a general approach and looked for races by analyzing the effects induced by low-level concurrency constructs (e.g., java.lang.Thread). But constructs and libraries for expressing parallelism at a higher level (e.g., fork-join, futures, parallel loops) are becoming available in all major programming languages. We claim that specializing an analysis to take advantage of the extra semantic information provided by the use of these constructs and libraries improves precision and scalability.We present IteRace, a set of techniques that are specialized to use the intrinsic thread, safety, and data-flow structure of collections and of the new loop-parallelism mechanism to be introduced in Java8. Our evaluation shows that IteRace is fast and precise enough to be practical. It scales to programs of hundreds of thousands of lines of code and it reports few race warnings, thus avoiding a common pitfall of static analyses. The tool revealed six bugs in real-world applications. We reported four of them, one had already been fixed, and three were new and the developers confirmed and fixed them.

【 预 览 】
附件列表
Files Size Format View
Practical static race detection for Java parallel loops 454KB PDF download
  文献评价指标  
  下载次数:9次 浏览次数:12次