192193194195196197198199200201
*/ public static Attribute[] getDefaultAttributes() { try { return new Attribute[] { new ASMStackMapAttribute(), new ASMStackMapTableAttribute() }; } catch (Exception e) { return new Attribute[0]; } }