src/hotspot/share/classfile/classLoaderExt.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/classLoaderExt.hpp	Mon Apr  9 15:29:54 2018
--- new/src/hotspot/share/classfile/classLoaderExt.hpp	Mon Apr  9 15:29:54 2018

*** 92,103 **** --- 92,103 ---- private: #if INCLUDE_CDS static char* get_class_path_attr(const char* jar_path, char* manifest, jint manifest_size); static void setup_app_search_path(); // Only when -Xshare:dump ! static void process_module_table(ModuleEntryTable* met, TRAPS); ! static void setup_module_search_path(TRAPS); static SharedPathsMiscInfoExt* shared_paths_misc_info() { return (SharedPathsMiscInfoExt*)_shared_paths_misc_info; } // index of first app JAR in shared classpath entry table static jshort _app_class_paths_start_index;
*** 121,131 **** --- 121,131 ---- #endif ClassLoader::add_to_boot_append_entries(new_entry); } static void setup_search_paths() NOT_CDS_RETURN; ! static void setup_module_paths(TRAPS) NOT_CDS_RETURN; #if INCLUDE_CDS private: static char* read_manifest(ClassPathEntry* entry, jint *manifest_size, bool clean_text, TRAPS); static ClassPathEntry* find_classpath_entry_from_cache(const char* path, TRAPS);

src/hotspot/share/classfile/classLoaderExt.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File