< prev index next >

src/hotspot/share/memory/metaspaceShared.hpp

Print this page

        

@@ -294,11 +294,11 @@
     CDS_ONLY(return _remapped_readwrite);
     NOT_CDS(return false);
   }
 
   static bool try_link_class(InstanceKlass* ik, TRAPS);
-  static void link_and_cleanup_shared_classes(TRAPS);
+  static void link_and_cleanup_shared_classes(bool is_static, Thread* THREAD);
 
 #if INCLUDE_CDS
   static ReservedSpace reserve_shared_space(size_t size, char* requested_address = NULL);
   static size_t reserved_space_alignment();
   static void init_shared_dump_space(DumpRegion* first_space, address first_space_bottom = NULL);
< prev index next >