8011675: adding compilation level to replay data

Reviewed-by: kvn, vlivanov
This commit is contained in:
Igor Ignatyev 2013-04-25 11:09:24 -07:00
parent 5733943877
commit 0a434e425b
14 changed files with 587 additions and 29 deletions

View file

@ -828,6 +828,7 @@ typedef BinaryTreeDictionary<Metablock, FreeList> MetablockTreeDictionary;
nonstatic_field(nmethod, _lock_count, jint) \
nonstatic_field(nmethod, _stack_traversal_mark, long) \
nonstatic_field(nmethod, _compile_id, int) \
nonstatic_field(nmethod, _comp_level, int) \
nonstatic_field(nmethod, _exception_cache, ExceptionCache*) \
nonstatic_field(nmethod, _marked_for_deoptimization, bool) \
\