Real-Time GC in JeRTy"VM Using the Return-Barrier Method

  • Authors:
  • Hideaki Saiki;Yoshiharu Konaka;Tsuneyasu Komiya;Masahiro Yasugi;Taiichi Yuasa

  • Affiliations:
  • OMRON Software Co., Ltd.;OMRON Corporation;Toyohashi University of Technology;Kyoto University;Kyoto University

  • Venue:
  • ISORC '05 Proceedings of the Eighth IEEE International Symposium on Object-Oriented Real-Time Distributed Computing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Runtime systems for applications written in certain languages such as Java驴 and Lisp usually have a garbage collection (GC) feature to make efficient use of memory. With this feature, the system, before running out of memory space, automatically reclaims unnecessary fragments of memory at one burst and recycles them for use by applications. In conventional implementations, however, the system has to suspend the execution of applications while carrying out GC, which renders GC generally unsuitable for real-time processing systems.As a solution to this problem, Yuasa, et al. of Kyoto University developed the return-barrier method based on snapshot GC.Return-barrier enhances real-time GC processing over the original snapshot GC.Some reports have been published on the evaluation of the return-barrier method in the Lisp environment such as Kyoto Common Lisp (KCL).In this paper, we report the implementation of the return-barrier method for JeRty驴VM, which is a real-time environment for embedded Java applications developed by OMRON Corporation, and its performance improvement over the conventional GC in JeRTyVM.