< prev index next >

src/hotspot/share/classfile/classLoader.hpp

Print this page

*** 245,260 **** static void setup_patch_mod_entries(); static void create_javabase(); static void load_zip_library(); static void load_jimage_library(); static ClassPathEntry* create_class_path_entry(const char *path, const struct stat* st, bool throw_exception, bool is_boot_append, TRAPS); - public: - // If the package for the fully qualified class name is in the boot // loader's package entry table then add_package() sets the classpath_index // field so that get_system_package() will know to return a non-null value // for the package's location. And, so that the package will be added to // the list of packages returned by get_system_packages(). --- 245,260 ---- static void setup_patch_mod_entries(); static void create_javabase(); static void load_zip_library(); static void load_jimage_library(); + + public: static ClassPathEntry* create_class_path_entry(const char *path, const struct stat* st, bool throw_exception, bool is_boot_append, TRAPS); // If the package for the fully qualified class name is in the boot // loader's package entry table then add_package() sets the classpath_index // field so that get_system_package() will know to return a non-null value // for the package's location. And, so that the package will be added to // the list of packages returned by get_system_packages().
< prev index next >