--- old/src/hotspot/share/classfile/systemDictionary.hpp 2018-06-15 15:16:56.563572989 -0400 +++ new/src/hotspot/share/classfile/systemDictionary.hpp 2018-06-15 15:16:55.171516642 -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,