protected Attribute read( ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) { StackMapAttribute attr = (StackMapAttribute) super.read(cr, off, len, buf, codeOff, labels); return new ASMStackMapAttribute(attr.getFrames(), len); }