--- old/src/hotspot/share/classfile/classLoaderExt.hpp 2019-08-23 16:50:21.674579166 -0700 +++ new/src/hotspot/share/classfile/classLoaderExt.hpp 2019-08-23 16:50:21.438570743 -0700 @@ -47,9 +47,6 @@ 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 SharedPathsMiscInfo* shared_paths_misc_info() { - return (SharedPathsMiscInfo*)_shared_paths_misc_info; - } // index of first app JAR in shared classpath entry table static jshort _app_class_paths_start_index; // index of first modular JAR in shared modulepath entry table @@ -84,8 +81,6 @@ return read_manifest(entry, manifest_size, false, THREAD); } - static void finalize_shared_paths_misc_info(); - static jshort app_class_paths_start_index() { return _app_class_paths_start_index; } static jshort app_module_paths_start_index() { return _app_module_paths_start_index; }