8263616: 'Deprecatd' typo in src/hotspot/share/classfile/classFileParser.cpp
Reviewed-by: hseigel, dcubed
This commit is contained in:
parent
0c718ab2a0
commit
4d1c08ca99
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user