src/hotspot/share/classfile/systemDictionary.hpp
changeset 50634 c349d409262a
parent 50419 146c60525d4a
child 50951 b96466cdfc45
equal deleted inserted replaced
50633:b8055b38b252 50634:c349d409262a
   568                                                      Symbol* type,
   568                                                      Symbol* type,
   569                                                      Handle *appendix_result,
   569                                                      Handle *appendix_result,
   570                                                      Handle *method_type_result,
   570                                                      Handle *method_type_result,
   571                                                      TRAPS);
   571                                                      TRAPS);
   572 
   572 
   573   // Utility for printing loader "name" as part of tracing constraints
       
   574   static const char* loader_name(const oop loader);
       
   575   static const char* loader_name(const ClassLoaderData* loader_data);
       
   576 
       
   577   // Record the error when the first attempt to resolve a reference from a constant
   573   // Record the error when the first attempt to resolve a reference from a constant
   578   // pool entry to a class fails.
   574   // pool entry to a class fails.
   579   static void add_resolution_error(const constantPoolHandle& pool, int which, Symbol* error,
   575   static void add_resolution_error(const constantPoolHandle& pool, int which, Symbol* error,
   580                                    Symbol* message);
   576                                    Symbol* message);
   581   static void delete_resolution_error(ConstantPool* pool);
   577   static void delete_resolution_error(ConstantPool* pool);