diff src/share/vm/runtime/vmStructs.cpp @ 6100:71afdabfd05b

7168280: Eliminate the generic signature index slot from field array for field without generic signature. Summary: Only allocate the generic signature index slot in the field array for field with generic signature attribute. Reviewed-by: coleenp, dlong
author jiangli
date Mon, 21 May 2012 14:10:35 -0400
parents 9f059abe8cf2
children 2fe087c3e814 8b0a4867acf0
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Fri May 18 14:57:28 2012 -0700
+++ b/src/share/vm/runtime/vmStructs.cpp	Mon May 21 14:10:35 2012 -0400
@@ -2352,7 +2352,6 @@
   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)                                \
                                                                           \
   /************************************************/                      \