Affiliation:
1. University of Texas at Austin
Abstract
Memory leaks compromise availability and security by crippling performance and crashing programs. Leaks are difficult to diagnose because they have no immediate symptoms. Online leak detection tools benefit from storing and reporting per-object
sites
(e.g., allocation sites) for potentially leaking objects. In programs with many small objects, per-object sites add high space overhead, limiting their use in production environments.This paper introduces
Bit-Encoding Leak Location
(Bell), a statistical approach that
encodes
per-object sites to a single bit per object. A bit loses information about a site, but given sufficient objects that use the site and a known, finite set of possible sites, Bell uses brute-force
decoding
to recover the site with high accuracy.We use this approach to encode object allocation and last-use sites in
Sleigh
, a new leak detection tool. Sleigh detects
stale
objects (objects unused for a long time) and uses Bell decoding to report their allocation and last-use sites. Our implementation steals four unused bits in the object header and thus incurs no per-object space overhead. Sleigh's instrumentation adds 29% execution time overhead, which adaptive profiling reduces to 11%. Sleigh's output is directly useful for finding and fixing leaks in SPEC JBB2000 and Eclipse, although sufficiently many objects must leak before Bell decoding can report sites with confidence. Bell is suitable for other leak detection approaches that store per-object sites, and for other problems amenable to statistical per-object metadata.
Publisher
Association for Computing Machinery (ACM)
Reference31 articles.
1. A real-time garbage collector with low overhead and consistent utilization
2. BEA. JRockit. http://dev2dev.bea.com/jrockit/.]] BEA. JRockit. http://dev2dev.bea.com/jrockit/.]]
3. BEA. JRockit Mission Control. http://dev2dev.bea.com/jrockit/-tools.html.]] BEA. JRockit Mission Control. http://dev2dev.bea.com/jrockit/-tools.html.]]
4. Reconsidering custom memory allocation
Cited by
2 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A low-overhead and efficient Java object profiler on ART virtual machine;Journal of Intelligent & Fuzzy Systems;2018-10-01
2. PHALANX;ACM SIGPLAN Notices;2010-08