src/hotspot/share/classfile/classLoader.hpp
changeset 50039 9fec54fe663d
parent 49931 840e26123940
child 50939 783cc906a5f8
--- a/src/hotspot/share/classfile/classLoader.hpp	Mon May 07 20:42:36 2018 +0200
+++ b/src/hotspot/share/classfile/classLoader.hpp	Thu Apr 26 13:40:58 2018 -0700
@@ -426,8 +426,6 @@
   static int   get_shared_paths_misc_info_size();
   static void* get_shared_paths_misc_info();
   static bool  check_shared_paths_misc_info(void* info, int size);
-  static int   get_module_paths_misc_info_size();
-  static void* get_module_paths_misc_info();
   static void  exit_with_path_failure(const char* error, const char* message);
   static char* skip_uri_protocol(char* source);
   static void  record_result(InstanceKlass* ik, const ClassFileStream* stream, TRAPS);