Sciweavers

ISORC
2006
IEEE

Real-Time Garbage Collection for Java

13 years 10 months ago
Real-Time Garbage Collection for Java
Automatic memory management or garbage collection greatly simplifies the development of large systems. However, garbage collection is usually not used in real-time systems due to the unpredictable temporal behavior of current implementations of a garbage collector. In this paper we propose a concurrent collector that is scheduled periodically in the same way as ordinary application threads. We provide an upper bound for the collector period so that the application threads never run out of memory.
Martin Schoeberl
Added 12 Jun 2010
Updated 12 Jun 2010
Type Conference
Year 2006
Where ISORC
Authors Martin Schoeberl
Comments (0)