hotspot/src/share/vm/classfile/classLoader.hpp
changeset 27025 f4805f778f16
parent 26419 25abc4a3285c
child 27683 1d5707553fff
child 27562 47f369e3c69c
--- 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);