< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

*** 293,302 **** --- 293,303 ---- nonstatic_field(MethodData, _invoke_mask, int) \ nonstatic_field(MethodData, _backedge_mask, int) \ 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) \ nonstatic_field(MethodCounters, _interpreter_backward_branch_limit, int) \ nonstatic_field(MethodCounters, _interpreter_profile_limit, int) \
< prev index next >