@ARTICLE\{IMM2005-04155, author = "A. Gal and C. W. Probst and M. Franz", title = "Integrated Java Bytecode Verification", year = "2005", month = "may", keywords = "abstract interpretation, verification, optimization", pages = "27-38", journal = "Electronic Notes in Theoretical Computer Science", volume = "131", editor = "", number = "", publisher = "", url = "http://www2.compute.dtu.dk/pubdb/pubs/4155-full.html", abstract = "Existing Java verifiers perform an iterative data-flow analysis to discover the unambiguous type of values stored on the stack or in registers. Our novel verification algorithm uses abstract interpretation to obtain definition/use information for each register and stack location in the program, which in turn is used to transform the program into Static Single Assignment form. In {SSA,} verification is reduced to simple type compatibility checking between the definition type of each {SSA} variable and the type of each of its uses. Inter-adjacent transitions of a value through stack and registers are no longer verified explicitly. This integrated approach is more efficient than traditional bytecode verification but still as safe as strict verification, as overall program correctness can be induced once the data flow from each definition to all associated uses is known to be type-safe." }