src/hotspot/share/oops/klass.hpp
changeset 49368 2ed1c37df3a5
parent 49329 04ed29f9ef33
child 49592 77fb0be7d19f
--- a/src/hotspot/share/oops/klass.hpp	Fri Mar 09 12:03:20 2018 -0500
+++ b/src/hotspot/share/oops/klass.hpp	Thu Feb 08 09:23:49 2018 +0100
@@ -546,6 +546,9 @@
 
   const char* class_loader_and_module_name() const;
 
+  // Returns "interface", "abstract class" or "class".
+  const char* external_kind() const;
+
   // type testing operations
 #ifdef ASSERT
  protected: