hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 28652 645506f523d0
parent 28510 4f1d3611e0bc
parent 28650 772aaab2582f
child 28822 fa57694ade05
child 28837 fda2ab610119
equal deleted inserted replaced
28514:da53c1ffc837 28652:645506f523d0
   349   nonstatic_field(MethodData,           _eflags,                                       intx)                                  \
   349   nonstatic_field(MethodData,           _eflags,                                       intx)                                  \
   350   nonstatic_field(MethodData,           _arg_local,                                    intx)                                  \
   350   nonstatic_field(MethodData,           _arg_local,                                    intx)                                  \
   351   nonstatic_field(MethodData,           _arg_stack,                                    intx)                                  \
   351   nonstatic_field(MethodData,           _arg_stack,                                    intx)                                  \
   352   nonstatic_field(MethodData,           _arg_returned,                                 intx)                                  \
   352   nonstatic_field(MethodData,           _arg_returned,                                 intx)                                  \
   353   nonstatic_field(MethodData,           _tenure_traps,                                 uint)                                  \
   353   nonstatic_field(MethodData,           _tenure_traps,                                 uint)                                  \
       
   354   nonstatic_field(MethodData,           _invoke_mask,                                  int)                                   \
       
   355   nonstatic_field(MethodData,           _backedge_mask,                                int)                                   \
   354   nonstatic_field(DataLayout,           _header._struct._tag,                          u1)                                    \
   356   nonstatic_field(DataLayout,           _header._struct._tag,                          u1)                                    \
   355   nonstatic_field(DataLayout,           _header._struct._flags,                        u1)                                    \
   357   nonstatic_field(DataLayout,           _header._struct._flags,                        u1)                                    \
   356   nonstatic_field(DataLayout,           _header._struct._bci,                          u2)                                    \
   358   nonstatic_field(DataLayout,           _header._struct._bci,                          u2)                                    \
   357   nonstatic_field(DataLayout,           _cells[0],                                     intptr_t)                              \
   359   nonstatic_field(DataLayout,           _cells[0],                                     intptr_t)                              \
   358   nonstatic_field(MethodCounters,       _nmethod_age,                                  int)                                   \
   360   nonstatic_field(MethodCounters,       _nmethod_age,                                  int)                                   \
       
   361   nonstatic_field(MethodCounters,       _interpreter_invocation_limit,                 int)                                   \
       
   362   nonstatic_field(MethodCounters,       _interpreter_backward_branch_limit,            int)                                   \
       
   363   nonstatic_field(MethodCounters,       _interpreter_profile_limit,                    int)                                   \
       
   364   nonstatic_field(MethodCounters,       _invoke_mask,                                  int)                                   \
       
   365   nonstatic_field(MethodCounters,       _backedge_mask,                                int)                                   \
   359   nonstatic_field(MethodCounters,       _interpreter_invocation_count,                 int)                                   \
   366   nonstatic_field(MethodCounters,       _interpreter_invocation_count,                 int)                                   \
   360   nonstatic_field(MethodCounters,       _interpreter_throwout_count,                   u2)                                    \
   367   nonstatic_field(MethodCounters,       _interpreter_throwout_count,                   u2)                                    \
   361   nonstatic_field(MethodCounters,       _number_of_breakpoints,                        u2)                                    \
   368   nonstatic_field(MethodCounters,       _number_of_breakpoints,                        u2)                                    \
   362   nonstatic_field(MethodCounters,       _invocation_counter,                           InvocationCounter)                     \
   369   nonstatic_field(MethodCounters,       _invocation_counter,                           InvocationCounter)                     \
   363   nonstatic_field(MethodCounters,       _backedge_counter,                             InvocationCounter)                     \
   370   nonstatic_field(MethodCounters,       _backedge_counter,                             InvocationCounter)                     \