Great news, ASM 3.2 is released
(Extended changelog).
This new version includes the support of the
new bytecode instruction :
invokedynamic,
introduced by JSR292.
ASM supports of invokedynamic
From ASM point of view, invokedynamic is a
method call instruction emittable/trappable by
calling/overriding visitInsnMethod
of a MethodVisitor
like any other invoke* bytecode...