--- old/src/share/vm/runtime/vmStructs.cpp 2015-12-01 16:57:59.850444952 +0100 +++ new/src/share/vm/runtime/vmStructs.cpp 2015-12-01 16:57:59.668426707 +0100 @@ -405,7 +405,7 @@ nonstatic_field(Method, _access_flags, AccessFlags) \ nonstatic_field(Method, _vtable_index, int) \ nonstatic_field(Method, _intrinsic_id, u2) \ - nonstatic_field(Method, _flags, u1) \ + nonstatic_field(Method, _flags, u2) \ nonproduct_nonstatic_field(Method, _compiled_invocation_count, int) \ volatile_nonstatic_field(Method, _code, nmethod*) \ nonstatic_field(Method, _i2i_entry, address) \