< prev index next >

src/hotspot/share/memory/metaspaceShared.hpp

Print this page

        

@@ -382,10 +382,12 @@
 
 private:
 #if INCLUDE_CDS
   static void write_region(FileMapInfo* mapinfo, int region_idx, DumpRegion* dump_region,
                            bool read_only,  bool allow_exec);
+  static void  regenerate_holder_classes(TRAPS);
+  static void reload_class(Handle klass/*string*/, Handle bytes/* class bytes*/, TRAPS);
 #endif
   static void read_extra_data(const char* filename, TRAPS) NOT_CDS_RETURN;
   static FileMapInfo* open_static_archive();
   static FileMapInfo* open_dynamic_archive();
   // use_requested_addr: If true (default), attempt to map at the address the
< prev index next >