--- old/src/share/vm/runtime/vmStructs.cpp 2016-02-18 15:25:10.306447647 -0800 +++ new/src/share/vm/runtime/vmStructs.cpp 2016-02-18 15:25:10.182438964 -0800 @@ -399,7 +399,6 @@ nonproduct_nonstatic_field(Method, _compiled_invocation_count, int) \ volatile_nonstatic_field(Method, _code, nmethod*) \ nonstatic_field(Method, _i2i_entry, address) \ - nonstatic_field(Method, _adapter, AdapterHandlerEntry*) \ volatile_nonstatic_field(Method, _from_compiled_entry, address) \ volatile_nonstatic_field(Method, _from_interpreted_entry, address) \ volatile_nonstatic_field(ConstMethod, _fingerprint, uint64_t) \