NUMA-Aware Java Heaps for Server Applications

  • Authors:
  • Mustafa M. Tikir;Jeffery K. Hollingsworth

  • Affiliations:
  • University of Maryland, College Park;University of Maryland, College Park

  • Venue:
  • IPDPS '05 Proceedings of the 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS'05) - Papers - Volume 01
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We introduce a set of techniques to both measure and optimize memory access locality of Java applications running on cc-NUMA servers.These techniques work at the object level and use information gathered from embedded hardware performance monitors.We propose a new NUMA-aware Java heap layout.In addition, we propose using dynamic object migration during garbage collection to move objects local to the processors accessing them most.Our optimization technique reduced the number of non-local memory accesses in Java workloads generated from actual runs of the SPECjbb2000 benchmark by up to 41%, and also resulted in 40% reduction in workload execution time.