--- old/src/hotspot/share/classfile/classFileParser.hpp 2019-03-22 10:11:23.695293794 -0400 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2019-03-22 10:11:22.946163091 -0400 @@ -123,6 +123,8 @@ int _num_miranda_methods; + int _method_sig_count; + ReferenceType _rt; Handle _protection_domain; AccessFlags _access_flags;