< prev index next >

src/share/vm/services/classLoadingService.cpp

Print this page

        

@@ -214,11 +214,11 @@
   // These static variables are needed and they are used by the static method
   // add_loaded_class called from classes_do().
   _loaded_classes = _klass_handle_array;
   _current_thread = cur_thread;
 
-  SystemDictionary::classes_do(&add_loaded_class);
+  ClassLoaderDataGraph::classes_do(&add_loaded_class);
 
   // FIXME: Exclude array klasses for now
   // Universe::basic_type_classes_do(&add_loaded_class);
 }
 
< prev index next >