hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 33209 43d7a2139756
parent 33205 bc9fec5e7656
child 33212 906b3d079b13
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Oct 13 17:34:28 2015 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Oct 14 08:12:33 2015 -0700
@@ -381,7 +381,6 @@
   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
-  nonstatic_field(Method,                      _method_size,                                  u2)                                    \
   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \