< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page
rev 51756 : 8205611: Improve the wording of LinkageErrors to include module and class loader information
Summary: Clean up the wording of loader constraint violations to include the module and class loader information.
Reviewed-by: coleenp, goetz, hseigel

*** 1316,1331 **** static oop unnamedModule(oop loader); // Debugging friend class JavaClasses; friend class ClassFileParser; // access to number_of_fake_fields - - // Describe ClassLoader for exceptions, tracing ... - // Prints "<name>" (instance of <classname>, child of "<name>" <classname>). - // If a classloader has no name, it prints <unnamed> instead. The output - // for well known loaders (system/platform) is abbreviated. - static const char* describe_external(const oop loader); }; // Interface to java.lang.System objects --- 1316,1325 ----
< prev index next >