hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 36300 5b47f168b948
parent 35913 928548a43408
child 36316 7a83de7aabca
equal deleted inserted replaced
36299:3d75bb0d749b 36300:5b47f168b948
   958   volatile_nonstatic_field(nmethod,            _lock_count,                                   jint)                                  \
   958   volatile_nonstatic_field(nmethod,            _lock_count,                                   jint)                                  \
   959   nonstatic_field(nmethod,                     _stack_traversal_mark,                         long)                                  \
   959   nonstatic_field(nmethod,                     _stack_traversal_mark,                         long)                                  \
   960   nonstatic_field(nmethod,                     _compile_id,                                   int)                                   \
   960   nonstatic_field(nmethod,                     _compile_id,                                   int)                                   \
   961   nonstatic_field(nmethod,                     _comp_level,                                   int)                                   \
   961   nonstatic_field(nmethod,                     _comp_level,                                   int)                                   \
   962   nonstatic_field(nmethod,                     _exception_cache,                              ExceptionCache*)                       \
   962   nonstatic_field(nmethod,                     _exception_cache,                              ExceptionCache*)                       \
   963   nonstatic_field(nmethod,                     _marked_for_deoptimization,                    bool)                                  \
       
   964                                                                                                                                      \
   963                                                                                                                                      \
   965   unchecked_c2_static_field(Deoptimization,    _trap_reason_name,                             void*)                                 \
   964   unchecked_c2_static_field(Deoptimization,    _trap_reason_name,                             void*)                                 \
   966                                                                                                                                      \
   965                                                                                                                                      \
   967   nonstatic_field(Deoptimization::UnrollBlock, _size_of_deoptimized_frame,                    int)                                   \
   966   nonstatic_field(Deoptimization::UnrollBlock, _size_of_deoptimized_frame,                    int)                                   \
   968   nonstatic_field(Deoptimization::UnrollBlock, _caller_adjustment,                            int)                                   \
   967   nonstatic_field(Deoptimization::UnrollBlock, _caller_adjustment,                            int)                                   \