loading...
 This Article 
   
 Share 
   
 Bibliographic References 
   
 Add to: 
 
Digg
Furl
Spurl
Blink
Simpy
Google
Del.icio.us
Y!MyWeb
 
 Search 
   
International Symposium on Code Generation and Optimization (CGO'06)
Space-Efficient 64-bit Java Objects through Selective Typed Virtual Addressing
New York, New York
March 26-March 29
ISBN: 0-7695-2499-0
Kris Venstermans, Ghent University, Gent, Belgium
Lieven Eeckhout, Ghent University, Gent, Belgium
Koen De Bosschere, Ghent University, Gent, Belgium
Memory performance is an important design issue for contemporary systems given the ever increasing memory gap. This paper proposes a space-efficient Java object model for reducing the memory consumption of 64-bit Java virtual machines. We propose Selective Typed Virtual Addressing (STVA) which uses typed virtual addressing (TVA) or implicit typing for reducing the header of 64-bit Java objects. The idea behind TVA is to encode the object?s type in the object?s virtual address. In other words, all objects of a given type are allocated in a contiguous memory segment. As such, the type information can be removed from the object?s header which reduces the number of allocated bytes per object. Whenever type information is needed for the given object, masking is applied to the object?s virtual address. Unlike previous work on implicit typing, we apply TVA to a selected number of frequently allocated and/or long-lived object types. This limits the amount of memory fragmentation. We implement STVA in the 64-bit version of the Jikes RVM on an AIX IBM platform and compare its performance against a traditional VM implementation without STVA using a multitude of Java benchmarks. We conclude that STVA reduces memory consumption by on average 15.5% (and up to 39% for some benchmarks). In terms of performance, STVA generally does not affect performance, however for some benchmarks we observe statistically significant performance speedups, up to 24%.
Citation:
Kris Venstermans, Lieven Eeckhout, Koen De Bosschere, "Space-Efficient 64-bit Java Objects through Selective Typed Virtual Addressing," cgo, pp.76-86, International Symposium on Code Generation and Optimization (CGO'06), 2006
Usage of this product signifies your acceptance of the Terms of Use.