< prev index next >

src/hotspot/share/code/dependencies.hpp

Print this page

*** 714,724 **** friend class DepChange; // iteration variables: ChangeType _change_type; Klass* _klass; ! Array<Klass*>* _ti_base; // i.e., transitive_interfaces int _ti_index; int _ti_limit; // start at the beginning: void start(); --- 714,724 ---- friend class DepChange; // iteration variables: ChangeType _change_type; Klass* _klass; ! Array<InstanceKlass*>* _ti_base; // i.e., transitive_interfaces int _ti_index; int _ti_limit; // start at the beginning: void start();
< prev index next >