mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream
Fix indentation Reviewed-by: dcubed
This commit is contained in:
parent
84d06ff2d0
commit
dec22baf4d
1 changed files with 2 additions and 2 deletions
|
@ -5800,8 +5800,8 @@ void ClassFileParser::post_process_parsed_stream(const ClassFileStream* const st
|
|||
guarantee_property(super_class_name == vmSymbols::java_lang_Object(),
|
||||
"Interfaces must have java.lang.Object as superclass in class file %s",
|
||||
CHECK);
|
||||
}
|
||||
_super_klass = (const InstanceKlass*)
|
||||
}
|
||||
_super_klass = (const InstanceKlass*)
|
||||
SystemDictionary::resolve_super_or_fail(_class_name,
|
||||
super_class_name,
|
||||
_loader_data->class_loader(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue