src/hotspot/share/runtime/vmStructs.cpp
changeset 50577 bf7e2684cd0a
parent 50525 767cdb97f103
child 50623 5209d8a6303e
--- a/src/hotspot/share/runtime/vmStructs.cpp	Fri Jun 15 11:58:34 2018 +0530
+++ b/src/hotspot/share/runtime/vmStructs.cpp	Mon Jun 11 15:28:24 2018 +0200
@@ -291,6 +291,7 @@
   nonstatic_field(DataLayout,                  _header._struct._tag,                          u1)                                    \
   nonstatic_field(DataLayout,                  _header._struct._flags,                        u1)                                    \
   nonstatic_field(DataLayout,                  _header._struct._bci,                          u2)                                    \
+  nonstatic_field(DataLayout,                  _header._struct._traps,                        u4)                                    \
   nonstatic_field(DataLayout,                  _cells[0],                                     intptr_t)                              \
   nonstatic_field(MethodCounters,              _nmethod_age,                                  int)                                   \
   nonstatic_field(MethodCounters,              _interpreter_invocation_limit,                 int)                                   \