--- old/src/hotspot/share/memory/metaspaceShared.hpp 2020-08-05 15:53:55.458429041 -0700 +++ new/src/hotspot/share/memory/metaspaceShared.hpp 2020-08-05 15:53:55.106415790 -0700 @@ -384,6 +384,8 @@ #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();