Verified Bytecode Subroutines

  • Authors:
  • G. Klein;M. Wildmoser

  • Affiliations:
  • Technische Universität München. e-mail: kleing@in.tum.de;Technische Universität München. e-mail: wildmosm@in.tum.de

  • Venue:
  • Journal of Automated Reasoning
  • Year:
  • 2003

Quantified Score

Hi-index 0.01

Visualization

Abstract

Bytecode subroutines are a major complication for Java bytecode verification: They are difficult to fit into the dataflow analysis that the JVM specification suggests. Hence, subroutines are left out or are restricted in most formalizations of the bytecode verifier. We examine the problems that occur with subroutines and give an overview of the most prominent solutions in the literature. Using the theorem prover Isabelle/HOL, we have extended our substantial formalization of the JVM and the bytecode verifier with its proof of correctness by the most general solution for bytecode subroutines.