Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Parallel Garbage Collection for Shared Memory Multiprocessors

We present a multiprocessor "stop-the-world" garbage collection framework that provides multiple forms of load balancing. Our parallel collectors use this framework to balance the work of root scanning, using static overpartitioning, and also to balance the work of tracing the object graph, using a form of dynamic load balancing called work stealing. We describe two collectors written using this framework: pSemispaces, a parallel semispace collector, and pMarkcompact, a parallel markcompact collector.

Christine H. Flood, Sun Microsystems Laboratories

David Detlefs, Sun Microsystems Laboratories

Nir Shavit, Tel-Aviv University

Xiolan Zhang, Harvard University

BibTeX
@inproceedings {271002,
author = {Christine H. Flood and David Detlefs and Nir Shavit and Xiolan Zhang},
title = {Parallel Garbage Collection for Shared Memory Multiprocessors},
booktitle = {Java (TM) Virtual Machine Research and Technology Symposium (JVM 01)},
year = {2001},
address = {Monterey, CA},
url = {https://www.usenix.org/conference/jvm-01/parallel-garbage-collection-shared-memory-multiprocessors},
publisher = {USENIX Association},
month = apr
}
Download

Links

Paper: 
http://www.usenix.org/events/jvm01/full_papers/flood/flood.pdf
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us