AsmBuilder builder = new AsmBuilder(runtime, className, cv, classLoader);
cv.visit(V1_6, ACC_PUBLIC | ACC_FINAL, className, null, p(AbstractClosurePointer.class),
new String[] { p(closureClass) } );
cv.visitAnnotation(ci(FromNativeConverter.NoContext.class), true);
generateInvocation(runtime, builder, closureClass, typeMapper);
// Create the constructor to set the instance fields
SkinnyMethodAdapter init = new SkinnyMethodAdapter(cv, ACC_PUBLIC, "<init>",