hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 27680 8ecc0871c18e
parent 27677 b1997f2f1b56
child 27683 1d5707553fff
equal deleted inserted replaced
27679:06b3a53d7781 27680:8ecc0871c18e
   121 }
   121 }
   122 
   122 
   123 
   123 
   124 ClassLoaderData* SystemDictionary::register_loader(Handle class_loader, TRAPS) {
   124 ClassLoaderData* SystemDictionary::register_loader(Handle class_loader, TRAPS) {
   125   if (class_loader() == NULL) return ClassLoaderData::the_null_class_loader_data();
   125   if (class_loader() == NULL) return ClassLoaderData::the_null_class_loader_data();
   126   return ClassLoaderDataGraph::find_or_create(class_loader, CHECK_NULL);
   126   return ClassLoaderDataGraph::find_or_create(class_loader, THREAD);
   127 }
   127 }
   128 
   128 
   129 // ----------------------------------------------------------------------------
   129 // ----------------------------------------------------------------------------
   130 // debugging
   130 // debugging
   131 
   131