hg: valhalla/valhalla/jdk: Track current bytecode offset in ASM ClassReader

Remi Forax forax at univ-mlv.fr
Fri Aug 8 20:48:14 UTC 2014


Hi Brian,
There is already a patched version of ASM that support BytecodeMapping, 
TypeVariablesMap and ACC_VALUE*,
see 
http://websvn.ow2.org/listing.php?repname=asm&path=%2Fbranches%2FVALHALLA%2Fasm%2F

I think it will be easier if you replace you internal version with this one.

Rémi
* it doesn't support ByteCodeMapping for getfield/putField/invoke* yet.


On 08/08/2014 10:29 PM, brian.goetz at oracle.com wrote:
> Changeset: f7532290c0ce
> Author:    Brian Goetz <brian.goetz at oracle.com>
> Date:      2014-08-06 22:45 -0700
> URL:       http://hg.openjdk.java.net/valhalla/valhalla/jdk/rev/f7532290c0ce
>
> Track current bytecode offset in ASM ClassReader
>
> ! src/share/classes/jdk/internal/org/objectweb/asm/ClassReader.java
>




More information about the valhalla-dev mailing list