< prev index next >

src/hotspot/share/code/dependencies.hpp

Print this page

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