src/share/vm/runtime/vmStructs.cpp

changeset 5040
9ce110b1d14a
parent 5034
0b55a78c6be5
child 5103
f9be75d21404
child 5110
6f3fd5150b67
equal deleted inserted replaced
5026:cbd4ce58f1f3 5040:9ce110b1d14a
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 \

mercurial