diff -r 1ebde58e3e42 -r f4805f778f16 hotspot/src/share/vm/classfile/classLoader.hpp --- a/hotspot/src/share/vm/classfile/classLoader.hpp Mon Jun 16 10:23:46 2014 -0400 +++ b/hotspot/src/share/vm/classfile/classLoader.hpp Tue Oct 14 18:47:46 2014 -0700 @@ -226,6 +226,7 @@ // to avoid confusing the zip library static bool get_canonical_path(const char* orig, char* out, int len); public: + static int crc32(int crc, const char* buf, int len); static bool update_class_path_entry_list(const char *path, bool check_for_duplicates, bool throw_exception=true);