src/hotspot/share/code/dependencies.hpp
changeset 51329 9c68699bebe5
parent 49594 898ef81cbc0e
child 51333 f6641fcf7b7e
--- a/src/hotspot/share/code/dependencies.hpp	Tue Aug 07 16:07:47 2018 -0700
+++ b/src/hotspot/share/code/dependencies.hpp	Tue Aug 07 15:45:07 2018 -0700
@@ -716,7 +716,7 @@
     // 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;