Real time Java on resource-constrained platforms with Fiji VM

  • Authors:
  • Filip Pizlo;Lukasz Ziarek;Jan Vitek

  • Affiliations:
  • Purdue University, W. Lafayette, IN and Fiji Systems, LLC, Indianapolis, IN;Purdue University, W. Lafayette, IN and Fiji Systems, LLC, Indianapolis, IN;Purdue University, W. Lafayette, IN and Fiji Systems, LLC, Indianapolis, IN

  • Venue:
  • Proceedings of the 7th International Workshop on Java Technologies for Real-Time and Embedded Systems
  • Year:
  • 2009

Quantified Score

Hi-index 0.04

Visualization

Abstract

Real-time Java is quickly emerging as a platform for building safety-critical embedded systems. The real-time variants of Java, including [8, 15], are attractive alternatives to Ada and C since they provide a cleaner, simpler, and safer programming model. Unfortunately, current real-time Java implementations have trouble scaling down to very hard real-time embedded settings, where memory is scarce and processing power is limited. In this paper, we describe the architecture of the Fiji VM, which enables vanilla Java applications to run in very hard environments, including booting on bare hardware with only very rudimentary operating system support. We also show that our minimalistic approach delivers comparable performance to that of server-class production Java Virtual Machine implementations.