comparison src/share/vm/runtime/vmStructs.cpp @ 10202:0b55a78c6be5

Merge
author bharadwaj
date Fri, 26 Apr 2013 10:52:26 -0700
parents cc12becb22e7 7b23cb975cf2
children f9be75d21404 6f3fd5150b67
comparison
equal deleted inserted replaced
10146:57ac6a688ae6 10202:0b55a78c6be5
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 \