You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder num_meta_objs_for_lib_bound_to_loader will always less than num_meta_objs_for_lib, because num_meta_objs_for_lib_bound_to_loader is look forward in allMetaObjectsForLibrary(library_path) and
num_meta_objs_for_lib is equal with allMetaObjectsForLibrary(library_path).size()
I wonder
num_meta_objs_for_lib_bound_to_loader
will always less thannum_meta_objs_for_lib
, becausenum_meta_objs_for_lib_bound_to_loader
is look forward inallMetaObjectsForLibrary(library_path)
andnum_meta_objs_for_lib
is equal withallMetaObjectsForLibrary(library_path).size()
class_loader/src/class_loader_core.cpp
Lines 304 to 312 in 8864be3
The text was updated successfully, but these errors were encountered: