hotspot/src/share/vm/classfile/classLoaderExt.hpp
changeset 26419 25abc4a3285c
parent 26135 82b516c550f7
child 27672 d24adedd3655
equal deleted inserted replaced
26418:16ac9bcf600a 26419:25abc4a3285c
    57       }
    57       }
    58     }
    58     }
    59   };
    59   };
    60 
    60 
    61 
    61 
    62   static void add_class_path_entry(char* path, bool check_for_duplicates,
    62   static void add_class_path_entry(const char* path, bool check_for_duplicates,
    63                             ClassPathEntry* new_entry) {
    63                                    ClassPathEntry* new_entry) {
    64     ClassLoader::add_to_list(new_entry);
    64     ClassLoader::add_to_list(new_entry);
    65   }
    65   }
    66   static void setup_search_paths() {}
    66   static void setup_search_paths() {}
    67 };
    67 };
    68 
    68