src/share/vm/runtime/vmStructs.cpp

changeset 1424
148e5441d916
parent 1366
72088be4b386
child 1428
54b3b351d6f9
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Tue Sep 15 11:09:34 2009 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Tue Sep 15 21:53:47 2009 -0700
     1.3 @@ -549,6 +549,7 @@
     1.4    /********************************/                                                                                                 \
     1.5                                                                                                                                       \
     1.6       static_field(CodeCache,                   _heap,                                         CodeHeap*)                             \
     1.7 +     static_field(CodeCache,                   _scavenge_root_nmethods,                       nmethod*)                              \
     1.8                                                                                                                                       \
     1.9    /*******************************/                                                                                                  \
    1.10    /* CodeHeap (NOTE: incomplete) */                                                                                                  \
    1.11 @@ -618,7 +619,9 @@
    1.12       static_field(nmethod,             _zombie_instruction_size,                      int)                                   \
    1.13    nonstatic_field(nmethod,             _method,                                       methodOop)                             \
    1.14    nonstatic_field(nmethod,             _entry_bci,                                    int)                                   \
    1.15 -  nonstatic_field(nmethod,             _link,                                         nmethod*)                              \
    1.16 +  nonstatic_field(nmethod,             _osr_link,                                     nmethod*)                              \
    1.17 +  nonstatic_field(nmethod,             _scavenge_root_link,                           nmethod*)                              \
    1.18 +  nonstatic_field(nmethod,             _scavenge_root_state,                          jbyte)                                 \
    1.19    nonstatic_field(nmethod,             _exception_offset,                             int)                                   \
    1.20    nonstatic_field(nmethod,             _deoptimize_offset,                            int)                                   \
    1.21    nonstatic_field(nmethod,             _orig_pc_offset,                               int)                                   \

mercurial