comparison src/share/vm/runtime/vmStructs.cpp @ 10197:7b23cb975cf2

8011675: adding compilation level to replay data Reviewed-by: kvn, vlivanov
author iignatyev
date Thu, 25 Apr 2013 11:09:24 -0700
parents 2a9d97b57920
children 0b55a78c6be5
comparison
equal deleted inserted replaced
10196:dc7db03f5aa2 10197:7b23cb975cf2
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 \