A study of the scalability of stop-the-world garbage collectors on multicores

Lokesh Gidra, Gaël Thomas, Julien Sopena, Marc Shapiro

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

Abstract

Large-scale multicore architectures create new challenges for garbage collectors (GCs). In particular, throughput-oriented stopthe- world algorithms demonstrate good performance with a small number of cores, but have been shown to degrade badly beyond approximately 8 cores on a 48-core with OpenJDK 7. This negative result raises the question whether the stop-the-world design has intrinsic limitations that would require a radically different approach. Our study suggests that the answer is no, and that there is no compelling scalability reason to discard the existing highly-optimised throughput-oriented GC code on contemporary hardware. This paper studies the default throughput-oriented garbage collector of OpenJDK 7, called Parallel Scavenge. We identify its bottlenecks, and show how to eliminate them using well-established parallel programming techniques. On the SPECjbb2005, SPECjvm2008 and DaCapo 9.12 benchmarks, the improved GC matches the performance of Parallel Scavenge at low core count, but scales well, up to 48 cores. Categories and Subject Descriptors D.4.2 [Software]: Garbage collection General Terms Experimentation, Performance.

Original languageEnglish
Title of host publicationASPLOS 2013 - 18th International Conference on Architectural Support for Programming Languages and Operating Systems
PublisherAssociation for Computing Machinery
Pages229-239
Number of pages11
ISBN (Print)9781450318709
DOIs
Publication statusPublished - 16 Mar 2013
Event18th International Conference on Architectural Support for Programming Languages and Operating Systems, ASPLOS 2013 - Houston, TX, United States
Duration: 16 Mar 201320 Mar 2013

Publication series

NameInternational Conference on Architectural Support for Programming Languages and Operating Systems - ASPLOS

Conference

Conference18th International Conference on Architectural Support for Programming Languages and Operating Systems, ASPLOS 2013
Country/TerritoryUnited States
CityHouston, TX
Period16/03/1320/03/13

Keywords

  • Garbage collection
  • Multicore
  • NUMA

Fingerprint

Dive into the research topics of 'A study of the scalability of stop-the-world garbage collectors on multicores'. Together they form a unique fingerprint.

Cite this