src/hotspot/share/oops/instanceKlass.hpp
changeset 58537 30a9612a657d
parent 55254 36cb654a690f
child 58679 9c3209ff7550
child 59070 22ee476cc664
--- a/src/hotspot/share/oops/instanceKlass.hpp	Thu Oct 10 10:27:12 2019 +0200
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Thu Oct 10 13:26:22 2019 +0200
@@ -992,7 +992,6 @@
   void process_interfaces(Thread *thread);
 
   // virtual operations from Klass
-  bool is_leaf_class() const               { return _subklass == NULL; }
   GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots,
                                                   Array<InstanceKlass*>* transitive_interfaces);
   bool can_be_primary_super_slow() const;