hg: hsx/hotspot-emb/hotspot: 7168280: Eliminate the generic signature index slot from field array for field without generic signature.
david.holmes at oracle.com
david.holmes at oracle.com
Mon May 21 19:42:34 PDT 2012
Changeset: 71afdabfd05b
Author: jiangli
Date: 2012-05-21 14:10 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/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
! agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java
! agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/fieldInfo.hpp
! src/share/vm/oops/fieldStreams.hpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/runtime/fieldDescriptor.cpp
! src/share/vm/runtime/fieldDescriptor.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/accessFlags.hpp
More information about the hotspot-runtime-dev
mailing list