hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 33593 60764a78fa5c
parent 33160 c59f1676d27e
child 33602 16053580a684
equal deleted inserted replaced
33579:01ade4446d96 33593:60764a78fa5c
   545             InstanceKlass::cast((loader_data->class_loader())->klass())->name()->as_C_string() );
   545             InstanceKlass::cast((loader_data->class_loader())->klass())->name()->as_C_string() );
   546   }
   546   }
   547 
   547 
   548   // Record the error when the first attempt to resolve a reference from a constant
   548   // Record the error when the first attempt to resolve a reference from a constant
   549   // pool entry to a class fails.
   549   // pool entry to a class fails.
   550   static void add_resolution_error(constantPoolHandle pool, int which, Symbol* error,
   550   static void add_resolution_error(const constantPoolHandle& pool, int which, Symbol* error,
   551                                    Symbol* message);
   551                                    Symbol* message);
   552   static void delete_resolution_error(ConstantPool* pool);
   552   static void delete_resolution_error(ConstantPool* pool);
   553   static Symbol* find_resolution_error(constantPoolHandle pool, int which,
   553   static Symbol* find_resolution_error(const constantPoolHandle& pool, int which,
   554                                        Symbol** message);
   554                                        Symbol** message);
   555 
   555 
   556  protected:
   556  protected:
   557 
   557 
   558   enum Constants {
   558   enum Constants {