diff src/share/vm/classfile/classLoader.hpp @ 18104:eaf39a954227

Merge with jdk8u25-b17
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 16 Oct 2014 11:57:39 +0200
parents cefad50507d8 ca6d25be853b
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/classfile/classLoader.hpp	Thu Oct 16 11:16:01 2014 +0200
+++ b/src/share/vm/classfile/classLoader.hpp	Thu Oct 16 11:57:39 2014 +0200
@@ -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);