[Zurück]


Vorträge und Posterpräsentationen (mit Tagungsband-Eintrag):

M. Schoeberl, W. Puffitsch:
"Non-blocking object copy for real-time garbage collection";
Vortrag: Workshop on Java Technologies for Real-time and Embedded Systems (JTRES), Santa Clara, California; 24.09.2008 - 26.09.2008; in: "Proceedings of the 6th international workshop on Java technologies for real-time and embedded systems", ACM, (2008), ISBN: 978-1-60558-337-2; S. 77 - 84.



Kurzfassung englisch:
A real-time garbage collector has to fulfill two conflicting properties: avoid heap fragmentation and provide short blocking time. The heap needs to be compacted to avoid probably unbounded fragmentation. During compaction all objects are copied; copying is usually performed atomically to avoid interference with mutator threads. Copying of large objects and especially large arrays introduces long blocking times that are unacceptable for real-time systems.

In this paper an interruptible copy unit is presented that implements non-blocking object copy. The unit intercepts object and array field access and redirects the access either to the source or destination part of the moving object. The unit can be interrupted after a single word move. The resulting maximum blocking time is the time for a memory word read and write. We have implemented the proposed non-blocking copy unit in the Java processor JOP and are able to run high priority real-time tasks at 10 kHz parallel to the garbage collection task on a 100 MHz system.


"Offizielle" elektronische Version der Publikation (entsprechend ihrem Digital Object Identifier - DOI)
http://dx.doi.org/10.1145/1434790.1434802


Erstellt aus der Publikationsdatenbank der Technischen Universität Wien.