8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream
authorecaspole
Fri, 29 Apr 2016 10:04:24 -0400
changeset 38147 c020feaafdcb
parent 38145 164415057be1
child 38148 858b9417656d
8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream Summary: Fix indentation Reviewed-by: dcubed
hotspot/src/share/vm/classfile/classFileParser.cpp
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri Apr 29 14:17:34 2016 +0300
+++ b/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri Apr 29 10:04:24 2016 -0400
@@ -5800,8 +5800,8 @@
       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(),