< prev index next >

src/hotspot/share/oops/klass.hpp

Print this page

        

*** 539,549 **** // For arrays, this returns the name of the element with a leading '['. // For classes, this returns the name with a leading 'L' and a trailing ';' // and the package separators as '/'. virtual const char* signature_name() const; ! const char* class_loader_and_module_name() const; // Returns "interface", "abstract class" or "class". const char* external_kind() const; // type testing operations --- 539,550 ---- // For arrays, this returns the name of the element with a leading '['. // For classes, this returns the name with a leading 'L' and a trailing ';' // and the package separators as '/'. virtual const char* signature_name() const; ! const char* joint_in_module_of_loader(const Klass* class2, bool include_parent_loader = false) const; ! const char* class_in_module_of_loader(bool use_are = false, bool include_parent_loader = false) const; // Returns "interface", "abstract class" or "class". const char* external_kind() const; // type testing operations
< prev index next >