src/share/vm/runtime/vmStructs.cpp

changeset 5040
9ce110b1d14a
parent 5034
0b55a78c6be5
child 5103
f9be75d21404
child 5110
6f3fd5150b67
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Thu May 02 16:41:09 2013 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Thu May 02 18:50:05 2013 -0700
     1.3 @@ -828,6 +828,7 @@
     1.4    nonstatic_field(nmethod,             _lock_count,                                   jint)                                  \
     1.5    nonstatic_field(nmethod,             _stack_traversal_mark,                         long)                                  \
     1.6    nonstatic_field(nmethod,             _compile_id,                                   int)                                   \
     1.7 +  nonstatic_field(nmethod,             _comp_level,                                   int)                                   \
     1.8    nonstatic_field(nmethod,             _exception_cache,                              ExceptionCache*)                       \
     1.9    nonstatic_field(nmethod,             _marked_for_deoptimization,                    bool)                                  \
    1.10                                                                                                                               \

mercurial