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