diff -r e2e315f1aa63 -r 5ddb746d45e0 src/hotspot/share/classfile/classLoaderExt.hpp --- a/src/hotspot/share/classfile/classLoaderExt.hpp Tue Aug 27 22:14:15 2019 -0700 +++ b/src/hotspot/share/classfile/classLoaderExt.hpp Tue Aug 27 22:14:52 2019 -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; }