JVM susceptibility to memory errors

  • Authors:
  • Deqing Chen;Alan Messer;Philippe Bernadat;Guangrui Fu;Zoran Dimitrijevic;David Jeun Fung Lie;Durga Mannaru;Alma Riska;Dejan Milojicic

  • Affiliations:
  • Univ. of Rochester;HP Labs;HP Labs;HP Labs;UCSB;Stanford Univ.;Georgia Tech;William and Mary College;HP Labs

  • Venue:
  • JVM'01 Proceedings of the 2001 Symposium on JavaTM Virtual Machine Research and Technology Symposium - Volume 1
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modern computer systems are becoming more powerful and are using larger memories. However, except for very high end systems, little attention is being paid to high availability. This is particularly true for transient memory errors, which typically cause the entire system to fail. We believe that this situation can be improved by addressing memory errors at all levels of the system, bring commodity systems closer to mainframe-class availability. In this paper, we use fault injection experiments to investigate memory error susceptibility at the highest level using a JVM and four Java benchmark applications. We then consider JVM data structure checksums to increase detection of silent data corruption affecting the JVM and applications. Our results indicate that the JVM's heap area has a higher memory error susceptibility than its static data area and that we can detect up to 39% of all memory errors in the JVM and application. We believe that such techniques will allow commodity systems to be made much more robust and less error-prone to transient errors.