src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-comp-code-aging Sdiff src/share/vm/runtime

src/share/vm/runtime/vmStructs.cpp

Print this page




 348   nonstatic_field(Klass,                       _access_flags,                                 AccessFlags)                           \
 349   nonstatic_field(Klass,                       _prototype_header,                             markOop)                               \
 350   nonstatic_field(Klass,                       _next_sibling,                                 Klass*)                                \
 351   nonstatic_field(vtableEntry,                 _method,                                       Method*)                               \
 352   nonstatic_field(MethodData,           _size,                                         int)                                   \
 353   nonstatic_field(MethodData,           _method,                                       Method*)                               \
 354   nonstatic_field(MethodData,           _data_size,                                    int)                                   \
 355   nonstatic_field(MethodData,           _data[0],                                      intptr_t)                              \
 356   nonstatic_field(MethodData,           _nof_decompiles,                               uint)                                  \
 357   nonstatic_field(MethodData,           _nof_overflow_recompiles,                      uint)                                  \
 358   nonstatic_field(MethodData,           _nof_overflow_traps,                           uint)                                  \
 359   nonstatic_field(MethodData,           _trap_hist._array[0],                          u1)                                    \
 360   nonstatic_field(MethodData,           _eflags,                                       intx)                                  \
 361   nonstatic_field(MethodData,           _arg_local,                                    intx)                                  \
 362   nonstatic_field(MethodData,           _arg_stack,                                    intx)                                  \
 363   nonstatic_field(MethodData,           _arg_returned,                                 intx)                                  \
 364   nonstatic_field(DataLayout,           _header._struct._tag,                          u1)                                    \
 365   nonstatic_field(DataLayout,           _header._struct._flags,                        u1)                                    \
 366   nonstatic_field(DataLayout,           _header._struct._bci,                          u2)                                    \
 367   nonstatic_field(DataLayout,           _cells[0],                                     intptr_t)                              \

 368   nonstatic_field(MethodCounters,       _interpreter_invocation_count,                 int)                                   \
 369   nonstatic_field(MethodCounters,       _interpreter_throwout_count,                   u2)                                    \
 370   nonstatic_field(MethodCounters,       _number_of_breakpoints,                        u2)                                    \
 371   nonstatic_field(MethodCounters,       _invocation_counter,                           InvocationCounter)                     \
 372   nonstatic_field(MethodCounters,       _backedge_counter,                             InvocationCounter)                     \
 373   nonstatic_field(Method,               _constMethod,                                  ConstMethod*)                          \
 374   nonstatic_field(Method,               _method_data,                                  MethodData*)                           \
 375   nonstatic_field(Method,               _method_counters,                              MethodCounters*)                       \
 376   nonstatic_field(Method,               _access_flags,                                 AccessFlags)                           \
 377   nonstatic_field(Method,               _vtable_index,                                 int)                                   \
 378   nonstatic_field(Method,               _method_size,                                  u2)                                    \
 379   nonstatic_field(Method,               _intrinsic_id,                                 u1)                                    \
 380   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
 381   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 382   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 383   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 384   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 385   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 386   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 387   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \




 348   nonstatic_field(Klass,                       _access_flags,                                 AccessFlags)                           \
 349   nonstatic_field(Klass,                       _prototype_header,                             markOop)                               \
 350   nonstatic_field(Klass,                       _next_sibling,                                 Klass*)                                \
 351   nonstatic_field(vtableEntry,                 _method,                                       Method*)                               \
 352   nonstatic_field(MethodData,           _size,                                         int)                                   \
 353   nonstatic_field(MethodData,           _method,                                       Method*)                               \
 354   nonstatic_field(MethodData,           _data_size,                                    int)                                   \
 355   nonstatic_field(MethodData,           _data[0],                                      intptr_t)                              \
 356   nonstatic_field(MethodData,           _nof_decompiles,                               uint)                                  \
 357   nonstatic_field(MethodData,           _nof_overflow_recompiles,                      uint)                                  \
 358   nonstatic_field(MethodData,           _nof_overflow_traps,                           uint)                                  \
 359   nonstatic_field(MethodData,           _trap_hist._array[0],                          u1)                                    \
 360   nonstatic_field(MethodData,           _eflags,                                       intx)                                  \
 361   nonstatic_field(MethodData,           _arg_local,                                    intx)                                  \
 362   nonstatic_field(MethodData,           _arg_stack,                                    intx)                                  \
 363   nonstatic_field(MethodData,           _arg_returned,                                 intx)                                  \
 364   nonstatic_field(DataLayout,           _header._struct._tag,                          u1)                                    \
 365   nonstatic_field(DataLayout,           _header._struct._flags,                        u1)                                    \
 366   nonstatic_field(DataLayout,           _header._struct._bci,                          u2)                                    \
 367   nonstatic_field(DataLayout,           _cells[0],                                     intptr_t)                              \
 368   nonstatic_field(MethodCounters,       _nmethod_age,                                  int)                                   \
 369   nonstatic_field(MethodCounters,       _interpreter_invocation_count,                 int)                                   \
 370   nonstatic_field(MethodCounters,       _interpreter_throwout_count,                   u2)                                    \
 371   nonstatic_field(MethodCounters,       _number_of_breakpoints,                        u2)                                    \
 372   nonstatic_field(MethodCounters,       _invocation_counter,                           InvocationCounter)                     \
 373   nonstatic_field(MethodCounters,       _backedge_counter,                             InvocationCounter)                     \
 374   nonstatic_field(Method,               _constMethod,                                  ConstMethod*)                          \
 375   nonstatic_field(Method,               _method_data,                                  MethodData*)                           \
 376   nonstatic_field(Method,               _method_counters,                              MethodCounters*)                       \
 377   nonstatic_field(Method,               _access_flags,                                 AccessFlags)                           \
 378   nonstatic_field(Method,               _vtable_index,                                 int)                                   \
 379   nonstatic_field(Method,               _method_size,                                  u2)                                    \
 380   nonstatic_field(Method,               _intrinsic_id,                                 u1)                                    \
 381   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
 382   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 383   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 384   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 385   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 386   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 387   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 388   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \


src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File