Modifies a given method to support advice execution. For each activated join
point an advice is woven into the bytecode of the method and then installed
in the VM using the services of VM_ClassEvolution.
version: $Revision$ author: Johann Gyger author: Angela Nicoara
Create a field advice callback that can be woven.
Parameters: callbackMethod - method that will be called Parameters: fieldId - id of field instructions that make up the callback
protected void loadArg(InstructionList il, Type type, int index)(Code)
Load argument at `index' of type `type'. Basic types are wrapped.
Parameters: il - list where instructions are appended Parameters: type - argument type Parameters: index - argument index
NOTE: Can't be used since even `normal' classes are rejected with Jikes
RVM 2.3.0.1.
Parameters: cp - constant pool that is used for verification Parameters: bm - method that is verified