hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 17123 a8e62eed2e3e
parent 17018 6ba29eb83bba
child 17128 799aa0c1713e
equal deleted inserted replaced
17122:6ceb071b96de 17123:a8e62eed2e3e
   826   nonstatic_field(nmethod,             _verified_entry_point,                         address)                               \
   826   nonstatic_field(nmethod,             _verified_entry_point,                         address)                               \
   827   nonstatic_field(nmethod,             _osr_entry_point,                              address)                               \
   827   nonstatic_field(nmethod,             _osr_entry_point,                              address)                               \
   828   nonstatic_field(nmethod,             _lock_count,                                   jint)                                  \
   828   nonstatic_field(nmethod,             _lock_count,                                   jint)                                  \
   829   nonstatic_field(nmethod,             _stack_traversal_mark,                         long)                                  \
   829   nonstatic_field(nmethod,             _stack_traversal_mark,                         long)                                  \
   830   nonstatic_field(nmethod,             _compile_id,                                   int)                                   \
   830   nonstatic_field(nmethod,             _compile_id,                                   int)                                   \
       
   831   nonstatic_field(nmethod,             _comp_level,                                   int)                                   \
   831   nonstatic_field(nmethod,             _exception_cache,                              ExceptionCache*)                       \
   832   nonstatic_field(nmethod,             _exception_cache,                              ExceptionCache*)                       \
   832   nonstatic_field(nmethod,             _marked_for_deoptimization,                    bool)                                  \
   833   nonstatic_field(nmethod,             _marked_for_deoptimization,                    bool)                                  \
   833                                                                                                                              \
   834                                                                                                                              \
   834   unchecked_c2_static_field(Deoptimization,         _trap_reason_name,                   void*)                              \
   835   unchecked_c2_static_field(Deoptimization,         _trap_reason_name,                   void*)                              \
   835                                                                                                                                      \
   836                                                                                                                                      \