commit | c07524e607c82b899462ea8ac57e703ccdaeee33 | [log] [tgz] |
---|---|---|
author | Jiangli Zhou <jiangli@openjdk.org> | Mon May 21 14:10:35 2012 -0400 |
committer | Jiangli Zhou <jiangli@openjdk.org> | Mon May 21 14:10:35 2012 -0400 |
tree | c052eda3a06c417852462223a0e89296cda9b787 | |
parent | fe19de9a09ec59129e83a1f4c62d4ab79ccadbbe [diff] |
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