School of Computing

Replicating real-time garbage collector

Tomas Kalibera

Concurrency and Computation: Practice and Experience, 23(14):182-196, September 2011 [doi].

Abstract

Real-time Java is becoming a viable platform for real-time applications, bringing new challenges to a garbage collector. A real-time collector has to be incremental as not to cause deadline misses by suspending an application for too long. In particular, if a real-time collector has to relocate objects in the heap, it must do so incrementally and transparently to the application. This is usually achieved via an indirection that has to be followed on every read and write to the heap. We present an alternative solution, based on object replication, which does not need any special handling for memory reads, but writes are more expensive: every value is written twice. As writes are less frequent than reads, the total overhead is reduced. With our implementation in a research real-time Java VM and DaCapo, pseudo-jbb, and SPEC JVM 98 benchmarks, we observe an average speed-up of 4% on a Linux/x86 platform. Compared with an existing technique for parallel systems, our technique targets uni-processor green-threading embedded systems, allowing us to design simpler and more predictable mutator barriers. Thanks to cheap synchronization provided by green threading, our technique features atomic writes to object replicas, providing programmers with the natural behavior in face of unprotected access to shared variables.

Download publication 473 kbytes (PDF)

Bibtex Record

@article{3159,
author = {Tomas Kalibera},
title = {Replicating Real-time Garbage Collector},
month = {September},
year = {2011},
pages = {182-196},
keywords = {determinacy analysis, Craig interpolants},
note = {},
doi = {10.1002/cpe.1669},
url = {http://www.cs.kent.ac.uk/pubs/2011/3159},
    publication_type = {article},
    submission_id = {21131_1316261040},
    journal = {Concurrency and Computation: Practice and Experience},
    volume = {23},
    number = {14},
}

School of Computing, University of Kent, Canterbury, Kent, CT2 7NF

Enquiries: +44 (0)1227 824180 or contact us.

Last Updated: 21/03/2014