src/hotspot/share/classfile/systemDictionary.hpp
changeset 50634 c349d409262a
parent 50419 146c60525d4a
child 50951 b96466cdfc45
--- a/src/hotspot/share/classfile/systemDictionary.hpp	Fri Jun 15 12:31:28 2018 +0200
+++ b/src/hotspot/share/classfile/systemDictionary.hpp	Tue Jun 19 07:54:11 2018 -0400
@@ -570,10 +570,6 @@
                                                      Handle *method_type_result,
                                                      TRAPS);
 
-  // Utility for printing loader "name" as part of tracing constraints
-  static const char* loader_name(const oop loader);
-  static const char* loader_name(const ClassLoaderData* loader_data);
-
   // Record the error when the first attempt to resolve a reference from a constant
   // pool entry to a class fails.
   static void add_resolution_error(const constantPoolHandle& pool, int which, Symbol* error,