src/share/vm/classfile/classLoaderExt.hpp

Print this page

        

@@ -57,11 +57,11 @@
       }
     }
   };
 
 
-  static void add_class_path_entry(char* path, bool check_for_duplicates,
+  static void add_class_path_entry(const char* path, bool check_for_duplicates,
                             ClassPathEntry* new_entry) {
     ClassLoader::add_to_list(new_entry);
   }
   static void setup_search_paths() {}
 };