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

*** 239,249 **** --- 239,249 ---- CDS_ONLY(static ClassPathEntry* _app_classpath_entries;) CDS_ONLY(static ClassPathEntry* _last_app_classpath_entry;) CDS_ONLY(static ClassPathEntry* _module_path_entries;) CDS_ONLY(static ClassPathEntry* _last_module_path_entry;) CDS_ONLY(static void setup_app_search_path(const char* class_path);) ! CDS_ONLY(static void setup_module_search_path(const char* path, TRAPS);) static void add_to_app_classpath_entries(const char* path, ClassPathEntry* entry, bool check_for_duplicates); CDS_ONLY(static void add_to_module_path_entries(const char* path, ClassPathEntry* entry);)
*** 290,301 **** --- 290,300 ---- static int crc32(int crc, const char* buf, int len); static bool update_class_path_entry_list(const char *path, bool check_for_duplicates, bool is_boot_append, bool throw_exception=true); ! CDS_ONLY(static void update_module_path_entry_list(const char *path, TRAPS);) bool throw_exception=true);) static void print_bootclasspath(); // Timing static PerfCounter* perf_accumulated_time() { return _perf_accumulated_time; } static PerfCounter* perf_classes_inited() { return _perf_classes_inited; }
*** 388,398 **** --- 387,397 ---- // Initialization static void initialize(); static void classLoader_init2(TRAPS); CDS_ONLY(static void initialize_shared_path();) ! CDS_ONLY(static void initialize_module_path(TRAPS);) static int compute_Object_vtable(); static ClassPathEntry* classpath_entry(int n);
*** 430,440 **** --- 429,439 ---- static bool check_shared_paths_misc_info(void* info, int size); static int get_module_paths_misc_info_size(); static void* get_module_paths_misc_info(); static void exit_with_path_failure(const char* error, const char* message); static char* skip_uri_protocol(char* source); ! static void record_result(InstanceKlass* ik, const ClassFileStream* stream, TRAPS); #endif static JImageLocationRef jimage_find_resource(JImageFile* jf, const char* module_name, const char* file_name, jlong &size); static void trace_class_path(const char* msg, const char* name = NULL);

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