mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
32ec91ca9b
88 changed files with 1649 additions and 1261 deletions
|
@ -3572,6 +3572,9 @@ void ClassFileParser::parse_classfile_attributes(const ClassFileStream* const cf
|
|||
"Nest-host class_info_index %u has bad constant type in class file %s",
|
||||
class_info_index, CHECK);
|
||||
_nest_host = class_info_index;
|
||||
} else {
|
||||
// Unknown attribute
|
||||
cfs->skip_u1(attribute_length, CHECK);
|
||||
}
|
||||
} else {
|
||||
// Unknown attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue