< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

@@ -96,11 +96,11 @@
   ConstantPool* _cp;
   Array<u2>* _fields;
   Array<Method*>* _methods;
   Array<u2>* _inner_classes;
   Array<u2>* _nest_members;
-  u2 _nest_top;
+  u2 _nest_host;
   Array<Klass*>* _local_interfaces;
   Array<Klass*>* _transitive_interfaces;
   Annotations* _combined_annotations;
   AnnotationArray* _annotations;
   AnnotationArray* _type_annotations;
< prev index next >