< prev index next >

src/hotspot/share/classfile/systemDictionaryShared.hpp

Print this page

        

@@ -165,14 +165,10 @@
   static void define_shared_package(Symbol*  class_name,
                                     Handle class_loader,
                                     Handle manifest,
                                     Handle url,
                                     TRAPS);
-  static void define_shared_package(Symbol* class_name,
-                                    Handle class_loader,
-                                    ModuleEntry* mod_entry,
-                                    TRAPS);
 
   static Handle get_shared_jar_manifest(int shared_path_index, TRAPS);
   static Handle get_shared_jar_url(int shared_path_index, TRAPS);
   static Handle get_protection_domain_from_classloader(Handle class_loader,
                                                        Handle url, TRAPS);
< prev index next >