--- old/src/hotspot/share/classfile/classFileParser.hpp 2018-08-06 13:58:37.886518619 -0700 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2018-08-06 13:58:37.542505652 -0700 @@ -99,8 +99,8 @@ Array* _inner_classes; Array* _nest_members; u2 _nest_host; - Array* _local_interfaces; - Array* _transitive_interfaces; + Array* _local_interfaces; + Array* _transitive_interfaces; Annotations* _combined_annotations; AnnotationArray* _annotations; AnnotationArray* _type_annotations;