Sciweavers

CC
2008
Springer

Java Bytecode Verification for @NonNull Types

13 years 6 months ago
Java Bytecode Verification for @NonNull Types
Java's annotation mechanism allows us to extend its type system with non-null types. However, checking such types cannot be done using the existing bytecode verification algorithm. We extend this algorithm to verify non-null types using a novel technique that identifies aliasing relationships between local variables and stack locations in the JVM. We formalise this for a subset of Java Bytecode and report on experiences using our implementation.
Chris Male, David J. Pearce, Alex Potanin, Constan
Added 12 Oct 2010
Updated 12 Oct 2010
Type Conference
Year 2008
Where CC
Authors Chris Male, David J. Pearce, Alex Potanin, Constantine Dymnikov
Comments (0)