src/share/vm/runtime/vmStructs.cpp

changeset 4303
5505fbbae3d3
parent 4301
c24f778e9401
parent 4302
b2dbd323c668
child 4338
fd74228fd5ca
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Thu Nov 29 11:23:15 2012 -0800
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Thu Nov 29 13:55:49 2012 -0800
     1.3 @@ -355,7 +355,6 @@
     1.4    nonstatic_field(Method,               _access_flags,                                 AccessFlags)                           \
     1.5    nonstatic_field(Method,               _vtable_index,                                 int)                                   \
     1.6    nonstatic_field(Method,               _method_size,                                  u2)                                    \
     1.7 -  nonstatic_field(Method,               _max_stack,                                    u2)                                    \
     1.8    nonstatic_field(Method,               _max_locals,                                   u2)                                    \
     1.9    nonstatic_field(Method,               _size_of_parameters,                           u2)                                    \
    1.10    nonstatic_field(Method,               _interpreter_throwout_count,                   u2)                                    \
    1.11 @@ -378,7 +377,7 @@
    1.12    nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
    1.13    nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
    1.14    nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
    1.15 -  nonstatic_field(ConstMethod,          _generic_signature_index,                      u2)                                    \
    1.16 +  nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
    1.17    nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
    1.18    nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
    1.19    volatile_nonstatic_field(Symbol,             _refcount,                                     int)                                   \
    1.20 @@ -2280,6 +2279,7 @@
    1.21    declare_constant(ConstMethod::_has_checked_exceptions)           \
    1.22    declare_constant(ConstMethod::_has_localvariable_table)          \
    1.23    declare_constant(ConstMethod::_has_exception_table)              \
    1.24 +  declare_constant(ConstMethod::_has_generic_signature)            \
    1.25                                                                            \
    1.26    /*************************************/                                 \
    1.27    /* InstanceKlass enum                */                                 \

mercurial