hotspot/src/share/vm/classfile/classLoader.hpp
changeset 42634 7459867ebf98
parent 41741 2f5b8bbcb18c
child 42876 ff8ff9dcccec
equal deleted inserted replaced
42632:c4f00b77b6d4 42634:7459867ebf98
   415         e = e->next();
   415         e = e->next();
   416       }
   416       }
   417       return e;
   417       return e;
   418     }
   418     }
   419   }
   419   }
       
   420 
       
   421   static bool is_in_patch_mod_entries(Symbol* module_name);
   420 
   422 
   421 #if INCLUDE_CDS
   423 #if INCLUDE_CDS
   422   // Sharing dump and restore
   424   // Sharing dump and restore
   423 
   425 
   424   static void  check_shared_classpath(const char *path);
   426   static void  check_shared_classpath(const char *path);