diff -r c49561a5865c -r ca6d25be853b src/share/vm/classfile/classLoader.hpp --- a/src/share/vm/classfile/classLoader.hpp Tue Aug 12 11:12:25 2014 -0700 +++ b/src/share/vm/classfile/classLoader.hpp Tue Aug 12 17:46:16 2014 -0400 @@ -215,6 +215,7 @@ // to avoid confusing the zip library static bool get_canonical_path(char* orig, char* out, int len); public: + static int crc32(int crc, const char* buf, int len); // Used by the kernel jvm. static void update_class_path_entry_list(char *path, bool check_for_duplicates);