src/share/vm/classfile/classLoader.hpp

changeset 6868
ca6d25be853b
parent 5603
7e7dd25666da
child 6876
710a3c8b516e
child 7241
8cb56c8cb30d
equal deleted inserted replaced
6867:c49561a5865c 6868:ca6d25be853b
213 213
214 // Canonicalizes path names, so strcmp will work properly. This is mainly 214 // Canonicalizes path names, so strcmp will work properly. This is mainly
215 // to avoid confusing the zip library 215 // to avoid confusing the zip library
216 static bool get_canonical_path(char* orig, char* out, int len); 216 static bool get_canonical_path(char* orig, char* out, int len);
217 public: 217 public:
218 static int crc32(int crc, const char* buf, int len);
218 // Used by the kernel jvm. 219 // Used by the kernel jvm.
219 static void update_class_path_entry_list(char *path, 220 static void update_class_path_entry_list(char *path,
220 bool check_for_duplicates); 221 bool check_for_duplicates);
221 static void print_bootclasspath(); 222 static void print_bootclasspath();
222 223

mercurial