mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8263616: 'Deprecatd' typo in src/hotspot/share/classfile/classFileParser.cpp
Reviewed-by: hseigel, dcubed
This commit is contained in:
parent
0c718ab2a0
commit
4d1c08ca99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue