if (codeAttrNameIndex == -1) {
codeAttrNameIndex = cp.optionalAddUtf8("Code");
this.createdPoolItems.add(codeAttrNameIndex);
}
int exAttrNameIndex = cp.indexOfUtf8("Exceptions");
if (exAttrNameIndex == -1) {
exAttrNameIndex = cp.optionalAddUtf8("Exceptions");
this.createdPoolItems.add(exAttrNameIndex);
}