diff 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
line wrap: on
line diff
--- a/src/share/vm/classfile/classLoader.hpp	Wed Sep 10 09:05:31 2014 -0700
+++ b/src/share/vm/classfile/classLoader.hpp	Mon Sep 15 16:39:00 2014 -0400
@@ -228,6 +228,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);