Toggle Main Menu Toggle Search

Open Access padlockePrints

Kava - Using Bytecode Rewriting to add Behavioural Reflection to Java

Lookup NU author(s): Ian Welch, Dr Robert Stroud

Downloads

Full text for this publication is not currently held within this repository. Alternative links are provided below where available.


Abstract

Many authors have proposed using byte code rewriting as a way of adapting or extending the behaviour of Java classes. There are toolkits available that simplify this process and raise the level of abstraction above byte code. However, to the best of our knowledge, none of these toolkits provide a complete model of behavioural reflection for Java. In this paper, we describe how we have used load-time byte code rewriting techniques to construct a run-time metaobject protocol for Java that can be used to adapt and customise the behaviour of Java classes in a more flexible and abstract way. Apart from providing a better semantic basis for byte code rewriting techniques, our approach also has the advantage over other reflective Java implementations that it doesn't require a modified compiler or JVM, can operate on byte code rather than source code and cannot be bypassed. In this paper we describe the implementation of Kava, our reflective implementation of Java, and discuss some of the linguistic is-sues and technical challenges involved in implementing such a tool on top of a standard JVM. Kava is available from http://www.cs.ncl.ac.uk/research/dependability/reflection.


Publication metadata

Author(s): Welch IS, Stroud RJ

Publication type: Conference Proceedings (inc. Abstract)

Publication status: Published

Conference Name: 6th USENIX Conference on Object-Oriented Technologies and Systems (COOTS)

Year of Conference: 2001

Pages: 119-130

Publisher: USENIX Association


Share