@MISC{Higuera-toledano_towardsan, author = {M. Teresa Higuera-toledano}, title = {Towards an Analysis of Garbage Collection Techniques for Embedded Real-Time Java Systems ∗}, year = {} }
Share
OpenURL
Abstract
From a real-time perspective, the Garbage Collector (GC) introduces unpredictable pauses that are not tolerated by real-time tasks. Real-time collectors eliminate this prob-lem but introduce a high overhead. Another approach is to use Memory Regions (MR) within which allocation and deallocation are customized. This facility is supported by the memory model of the Real-Time Specification for Java (RTSJ). This paper provides an indepth analytical investi-gation of the problems and solutions of Java garbage col-lection techniques regarding it use in embedded real-time systems.