hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 24442 4d4ae31dea26
parent 24330 4e65b09f7101
child 24446 dca843327b90
child 24476 912595db2e75
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Tue May 13 11:25:17 2014 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Tue May 13 11:32:10 2014 -0700
@@ -361,10 +361,12 @@
   nonstatic_field(MethodData,           _arg_local,                                    intx)                                  \
   nonstatic_field(MethodData,           _arg_stack,                                    intx)                                  \
   nonstatic_field(MethodData,           _arg_returned,                                 intx)                                  \
+  nonstatic_field(MethodData,           _tenure_traps,                                 uint)                                  \
   nonstatic_field(DataLayout,           _header._struct._tag,                          u1)                                    \
   nonstatic_field(DataLayout,           _header._struct._flags,                        u1)                                    \
   nonstatic_field(DataLayout,           _header._struct._bci,                          u2)                                    \
   nonstatic_field(DataLayout,           _cells[0],                                     intptr_t)                              \
+  nonstatic_field(MethodCounters,       _nmethod_age,                                  int)                                   \
   nonstatic_field(MethodCounters,       _interpreter_invocation_count,                 int)                                   \
   nonstatic_field(MethodCounters,       _interpreter_throwout_count,                   u2)                                    \
   nonstatic_field(MethodCounters,       _number_of_breakpoints,                        u2)                                    \