hotspot/src/share/vm/classfile/classLoaderExt.hpp
changeset 26419 25abc4a3285c
parent 26135 82b516c550f7
child 27672 d24adedd3655
--- a/hotspot/src/share/vm/classfile/classLoaderExt.hpp	Fri Aug 29 11:35:03 2014 -0700
+++ b/hotspot/src/share/vm/classfile/classLoaderExt.hpp	Tue Sep 02 09:51:24 2014 -0700
@@ -59,8 +59,8 @@
   };
 
 
-  static void add_class_path_entry(char* path, bool check_for_duplicates,
-                            ClassPathEntry* new_entry) {
+  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() {}