diff -r fad2334b2906 -r 9c68699bebe5 src/hotspot/share/classfile/classFileParser.hpp --- a/src/hotspot/share/classfile/classFileParser.hpp Tue Aug 07 16:07:47 2018 -0700 +++ b/src/hotspot/share/classfile/classFileParser.hpp Tue Aug 07 15:45:07 2018 -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;