diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Thu Apr 25 11:04:36 2013 -0700
+++ b/src/share/vm/runtime/vmStructs.cpp	Thu Apr 25 11:09:24 2013 -0700
@@ -828,6 +828,7 @@
   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)                                  \
                                                                                                                              \