8263616: 'Deprecatd' typo in src/hotspot/share/classfile/classFileParser.cpp

Reviewed-by: hseigel, dcubed
This commit is contained in:
Coleen Phillimore 2021-03-15 21:19:11 +00:00
parent 0c718ab2a0
commit 4d1c08ca99

View File

@ -3766,7 +3766,7 @@ void ClassFileParser::parse_classfile_attributes(const ClassFileStream* const cf
}
parse_classfile_synthetic_attribute(CHECK);
} else if (tag == vmSymbols::tag_deprecated()) {
// Check for Deprecatd tag - 4276120
// Check for Deprecated tag - 4276120
if (attribute_length != 0) {
classfile_parse_error(
"Invalid Deprecated classfile attribute length %u in class file %s",