src/hotspot/share/runtime/reflectionUtils.hpp
changeset 51329 9c68699bebe5
parent 49364 601146c66cad
child 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/reflectionUtils.hpp	Tue Aug 07 16:07:47 2018 -0700
+++ b/src/hotspot/share/runtime/reflectionUtils.hpp	Tue Aug 07 15:45:07 2018 -0700
@@ -48,7 +48,7 @@
  protected:
   InstanceKlass*      _klass;           // current klass/interface iterated over
   InstanceKlass*      _base_klass;      // initial klass/interface to iterate over
-  Array<Klass*>*      _interfaces;      // transitive interfaces for initial class
+  Array<InstanceKlass*>*_interfaces;    // transitive interfaces for initial class
   int                 _interface_index; // current interface being processed
   bool                _local_only;      // process initial class/interface only
   bool                _classes_only;    // process classes only (no interfaces)