hg: jdk/sandbox: 8200466: Revisit the setting of _transitive_interfaces in InstanceKlass

chris.hegarty at oracle.com chris.hegarty at oracle.com
Wed May 2 16:30:23 UTC 2018


Changeset: ff8dbb56740a
Author:    ccheung
Date:      2018-05-02 09:26 -0700
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/ff8dbb56740a

8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
Summary: Delay the setting of _transitive_interfaces until after initialize_supers() in fill_instance_klass().
Reviewed-by: iklam, coleenp

! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/oops/arrayKlass.cpp
! src/hotspot/share/oops/arrayKlass.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/klass.hpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/oops/objArrayKlass.hpp



More information about the jdk-sandbox-changes mailing list