hg: hsx/hotspot-emb/hotspot: 7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field.
gary.collins at oracle.com
gary.collins at oracle.com
Tue Mar 13 15:33:56 PDT 2012
Changeset: f7c4174b33ba
Author: jiangli
Date: 2012-03-13 13:50 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/f7c4174b33ba
7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field.
Summary: Fold instanceKlass::_enclosing_method_class_index and instanceKlass::_enclosing_method_method_index into the instanceKlass::_inner_classes array.
Reviewed-by: never, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou at oracle.com>
! agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
! src/share/vm/memory/dump.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/instanceKlassKlass.cpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvmtiClassFileReconstituter.cpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp
! src/share/vm/runtime/reflection.cpp
More information about the hotspot-runtime-dev
mailing list