< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

*** 568,581 **** Symbol* type, Handle *appendix_result, 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, Symbol* message); static void delete_resolution_error(ConstantPool* pool); --- 568,577 ----
< prev index next >