hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 35071 a0910b1d3e0d
parent 34666 1c7168ea0034
child 35135 dd2ce9021031
child 35469 17ea1b453dd5
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Dec 11 13:18:10 2015 +0000
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Dec 11 09:07:07 2015 -0800
@@ -396,7 +396,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)                               \