DocumentCode :
780289
Title :
Yama: a scalable generational garbage collector for Java in multiprocessor systems
Author :
Muthukumar, R.M. ; Janakiram, D.
Author_Institution :
Dept. of Comput. Sci. & Eng., Indian Inst. of Technol., Madras, India
Volume :
17
Issue :
2
fYear :
2006
Firstpage :
148
Lastpage :
159
Abstract :
The current state-of-the-art generational garbage collector pauses all the program threads when it performs young and old generation garbage collection. As the number of program threads increases, the delay due to garbage collection also increases, thus restricting the scalability of the collector. In order to improve the scalability and reduce the pause time, an on-the-fly generational garbage collector called Yama is proposed for multiprocessor systems. This uses the on-the-fly deferred reference counting in the young generation and the DLG (Doligez Leroy Gonthier) on-the-fly mark and sweep garbage collector in the old generation. We have proposed and experimented with two novel variations of the on-the-fly deferred reference counting called Chitragupt1 and Chitragupt2 in the young generation. Yama does not pause all the application threads simultaneously. An adaptive tenuring policy based on object reference count and survival rate is also proposed. Yama has been implemented in the IBM Jikes RVM (research virtual machine). The above claims are supported with experimental results for standard benchmark programs. The results show that Yama has an extremely low pause time in both the young and the old generation. The pause time reduction results in better response times for the user programs.
Keywords :
Java; multiprocessing systems; storage management; Java; Yama garbage collector; memory management; multiprocessor system; on-the-fly generational garbage collection; program thread; Computer languages; Delay; Instruction sets; Java; Memory management; Multiprocessing systems; Productivity; Scalability; Virtual machining; Yarn; Garbage collection; Java; Java virtual machine; memory management; on-the-fly garbage collection.; programming languages;
fLanguage :
English
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on
Publisher :
ieee
ISSN :
1045-9219
Type :
jour
DOI :
10.1109/TPDS.2006.28
Filename :
1566593
Link To Document :
بازگشت