< prev index next >

src/share/vm/classfile/classLoader.hpp

Print this page

        

*** 416,425 **** --- 416,427 ---- } return e; } } + static bool is_in_patch_mod_entries(Symbol* module_name); + #if INCLUDE_CDS // Sharing dump and restore static void check_shared_classpath(const char *path); static void finalize_shared_paths_misc_info();
< prev index next >