< prev index next >
src/share/vm/classfile/classLoader.hpp
Print this page
*** 369,379 ****
static ClassFileStream* search_module_entries(const GrowableArray<ModuleClassPathList*>* const module_list,
const char* const class_name,
const char* const file_name, TRAPS);
// Load individual .class file
! static instanceKlassHandle load_class(Symbol* class_name, bool search_append_only, TRAPS);
// If the specified package has been loaded by the system, then returns
// the name of the directory or ZIP file that the package was loaded from.
// Returns null if the package was not loaded.
// Note: The specified name can either be the name of a class or package.
--- 369,379 ----
static ClassFileStream* search_module_entries(const GrowableArray<ModuleClassPathList*>* const module_list,
const char* const class_name,
const char* const file_name, TRAPS);
// Load individual .class file
! static InstanceKlass* load_class(Symbol* class_name, bool search_append_only, TRAPS);
// If the specified package has been loaded by the system, then returns
// the name of the directory or ZIP file that the package was loaded from.
// Returns null if the package was not loaded.
// Note: The specified name can either be the name of a class or package.
< prev index next >