< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

@@ -121,10 +121,12 @@
   int _vtable_size;
   int _itable_size;
 
   int _num_miranda_methods;
 
+  int _method_sig_count;
+
   ReferenceType _rt;
   Handle _protection_domain;
   AccessFlags _access_flags;
 
   // for tracing and notifications
< prev index next >