comparison src/share/vm/classfile/classLoader.hpp @ 20527:8cb56c8cb30d

Merge
author jiangli
date Mon, 15 Sep 2014 16:39:00 -0400
parents bb239308be67 ca6d25be853b
children 4cb90023bf2b
comparison
equal deleted inserted replaced
20411:fe1f65b0a2d8 20527:8cb56c8cb30d
226 226
227 // Canonicalizes path names, so strcmp will work properly. This is mainly 227 // Canonicalizes path names, so strcmp will work properly. This is mainly
228 // to avoid confusing the zip library 228 // to avoid confusing the zip library
229 static bool get_canonical_path(const char* orig, char* out, int len); 229 static bool get_canonical_path(const char* orig, char* out, int len);
230 public: 230 public:
231 static int crc32(int crc, const char* buf, int len);
231 static bool update_class_path_entry_list(const char *path, 232 static bool update_class_path_entry_list(const char *path,
232 bool check_for_duplicates, 233 bool check_for_duplicates,
233 bool throw_exception=true); 234 bool throw_exception=true);
234 static void print_bootclasspath(); 235 static void print_bootclasspath();
235 236