src/share/vm/runtime/vmStructs.cpp

changeset 2103
3e8fbc61cee8
parent 1999
2a47bd84841f
child 2268
3b2dea75431e
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -604,7 +604,8 @@
     1.4    nonstatic_field(CodeBlob,                    _size,                                         int)                                   \
     1.5    nonstatic_field(CodeBlob,                    _header_size,                                  int)                                   \
     1.6    nonstatic_field(CodeBlob,                    _relocation_size,                              int)                                   \
     1.7 -  nonstatic_field(CodeBlob,                    _instructions_offset,                          int)                                   \
     1.8 +  nonstatic_field(CodeBlob,                    _content_offset,                               int)                                   \
     1.9 +  nonstatic_field(CodeBlob,                    _code_offset,                                  int)                                   \
    1.10    nonstatic_field(CodeBlob,                    _frame_complete_offset,                        int)                                   \
    1.11    nonstatic_field(CodeBlob,                    _data_offset,                                  int)                                   \
    1.12    nonstatic_field(CodeBlob,                    _frame_size,                                   int)                                   \

mercurial