src/hotspot/share/jvmci/vmStructs_jvmci.cpp
changeset 50577 bf7e2684cd0a
parent 50409 76bca6678913
child 50858 2d3e99a72541
--- a/src/hotspot/share/jvmci/vmStructs_jvmci.cpp	Fri Jun 15 11:58:34 2018 +0530
+++ b/src/hotspot/share/jvmci/vmStructs_jvmci.cpp	Mon Jun 11 15:28:24 2018 +0200
@@ -136,6 +136,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(Deoptimization::UnrollBlock, _size_of_deoptimized_frame,             int)                                          \