< prev index next >

src/share/vm/services/classLoadingService.cpp

Print this page

        

*** 214,224 **** // 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); // FIXME: Exclude array klasses for now // Universe::basic_type_classes_do(&add_loaded_class); } --- 214,224 ---- // 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; ! ClassLoaderDataGraph::classes_do(&add_loaded_class); // FIXME: Exclude array klasses for now // Universe::basic_type_classes_do(&add_loaded_class); }
< prev index next >