src/hotspot/share/classfile/classFileParser.hpp
changeset 51329 9c68699bebe5
parent 50735 2f2af62dfac7
child 51444 3e5d28e6de32
--- 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<u2>* _inner_classes;
   Array<u2>* _nest_members;
   u2 _nest_host;
-  Array<Klass*>* _local_interfaces;
-  Array<Klass*>* _transitive_interfaces;
+  Array<InstanceKlass*>* _local_interfaces;
+  Array<InstanceKlass*>* _transitive_interfaces;
   Annotations* _combined_annotations;
   AnnotationArray* _annotations;
   AnnotationArray* _type_annotations;