diff src/share/vm/runtime/vmStructs.cpp @ 14717:aa1a43bfdf4e

make HotSpotResolvedJavaMethod leaner
author twisti
date Fri, 21 Mar 2014 14:26:58 -0700
parents 579a2a124c95
children 92aa6797d639
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Fri Mar 21 13:54:43 2014 +0100
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri Mar 21 14:26:58 2014 -0700
@@ -374,6 +374,7 @@
   nonstatic_field(Method,               _vtable_index,                                 int)                                   \
   nonstatic_field(Method,               _method_size,                                  u2)                                    \
   nonstatic_field(Method,               _intrinsic_id,                                 u1)                                    \
+  nonstatic_field(Method,               _flags,                                        u1)                                    \
   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
   nonstatic_field(Method,               _i2i_entry,                                    address)                               \