Portable worst-case execution time analysis using Java byte code

  • Authors:
  • Guillem Bernat;Alan Burns;Andy Wellings

  • Affiliations:
  • Real-Time Systems Research Group, Department of Computer Science, University of York, York, UK;Real-Time Systems Research Group, Department of Computer Science, University of York, York, UK;Real-Time Systems Research Group, Department of Computer Science, University of York, York, UK

  • Venue:
  • Euromicro-RTS'00 Proceedings of the 12th Euromicro conference on Real-time systems
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we address the problem of performing worst case execution time (WCET) analysis of Java Byte Code (JBC) which may be generated from different compilers and from different source languages. The motivation for the framework presented is to provide WCET analysis which is portable and therefore more likely to be used in an industrial context. Two issues are addressed in this paper, how to extract data flow and control flow information from JBC programs and how to provide a compiler/language independent mechanism to introduce WCET annotations in the source code. We show that an annotation mechanism based on calls to a static class with empty methods result in similar code when generated by Java or Ada compilers.