Affiliation:
1. Technion - Israel Institute of Technology, Haifa, Israel
Abstract
The widely used Mark-and-Sweep garbage collector has a drawback in that it does not move objects during collection. As a result, large long-running realistic applications, such as Web application servers, frequently face the fragmentation problem. To eliminate fragmentation, a heap compaction is run periodically. However, compaction typically imposes very long undesirable pauses in the application. While efficient concurrent collectors are ubiquitous in production runtime systems (such as JVMs), an efficient non-intrusive compactor is still missing.In this paper we present the Compressor, a novel compaction algorithm that is concurrent, parallel, and incremental. The Compressor compacts the entire heap to a single condensed area, while preserving the objects' order, but reduces pause times significantly, thereby allowing acceptable runs on large heaps. Furthermore, the Compressor is the first compactor that requires only a single heap pass. As such, it is the most efficient compactors known today, even when run in a parallel Stop-the-World manner (i.e., when the program threads are halted). Thus, to the best of our knowledge, the Compressor is the most efficient compactor known today. The Compressor was implemented on a Jikes Research RVM and we provide measurements demonstrating its qualities.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference25 articles.
1. Diab Abuaiadh Yoav Ossia Erez Petrank and Uri Silbershtein. An efficient parallel heap compaction algorithm. In OOPSLA {21}.]] 10.1145/1028976.1028995 Diab Abuaiadh Yoav Ossia Erez Petrank and Uri Silbershtein. An efficient parallel heap compaction algorithm. In OOPSLA {21}.]] 10.1145/1028976.1028995
2. Implementing jalapeño in Java
3. Real-time concurrent collection on stock multiprocessors
4. Virtual memory primitives for user programs
5. Hezi Azatchi Yossi Levanoni Harel Paz and Erez Petrank. An onthe-fly mark and sweep garbage collector based on sliding view. In OOPSLA {20}.]] 10.1145/949305.949329 Hezi Azatchi Yossi Levanoni Harel Paz and Erez Petrank. An onthe-fly mark and sweep garbage collector based on sliding view. In OOPSLA {20}.]] 10.1145/949305.949329
Cited by
3 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献