hg: hsx/hotspot-main/hotspot: 5 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Fri Mar 30 00:17:37 PDT 2012
Changeset: f7c4174b33ba
Author: jiangli
Date: 2012-03-13 13:50 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/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
Changeset: 21b94feb697c
Author: collins
Date: 2012-03-13 15:37 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/21b94feb697c
Merge
Changeset: 6522ad563f99
Author: dlong
Date: 2012-03-17 17:31 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/6522ad563f99
Merge
! src/share/vm/oops/instanceKlass.cpp
Changeset: 0698f5ef5535
Author: dlong
Date: 2012-03-25 18:08 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/0698f5ef5535
Merge
Changeset: 08bbee70226f
Author: dlong
Date: 2012-03-29 23:49 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/08bbee70226f
Merge
More information about the hotspot-dev
mailing list