7168280: Eliminate the generic signature index slot from field array for field without generic signature

Only allocate the generic signature index slot in the field array for field with generic signature attribute.

Reviewed-by: coleenp, dlong
This commit is contained in:
Jiangli Zhou 2012-05-21 14:10:35 -04:00
parent 57692966b7
commit 31e63d5a3a
12 changed files with 199 additions and 53 deletions

View file

@ -2352,7 +2352,6 @@ static inline uint64_t cast_uint64_t(size_t x)
declare_constant(FieldInfo::initval_index_offset) \
declare_constant(FieldInfo::low_offset) \
declare_constant(FieldInfo::high_offset) \
declare_constant(FieldInfo::generic_signature_offset) \
declare_constant(FieldInfo::field_slots) \
\
/************************************************/ \