mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8163808: Fix asserts and logging for old classfile vtable construction
Reviewed-by: coleenp, lfoltan, rprotacio, ctornqvi
This commit is contained in:
parent
f05597d500
commit
3b21f492f9
5 changed files with 251 additions and 25 deletions
|
@ -5844,6 +5844,7 @@ void ClassFileParser::post_process_parsed_stream(const ClassFileStream* const st
|
|||
_super_klass,
|
||||
_methods,
|
||||
_access_flags,
|
||||
_major_version,
|
||||
_loader_data->class_loader(),
|
||||
_class_name,
|
||||
_local_interfaces,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue