< prev index next >

src/share/vm/services/classLoadingService.hpp

Print this page

        

*** 139,149 **** --- 139,151 ---- // // for (Klass* l = k; l != NULL; l = l->array_klass_or_null()) { // KlassHandle h(_current_thread, l); // _loaded_classes->append(h); // } + if (k->is_instance_klass()) { KlassHandle h(_current_thread, k); _loaded_classes->append(h); } + } }; #endif // SHARE_VM_SERVICES_CLASSLOADINGSERVICE_HPP
< prev index next >