< prev index next >

src/hotspot/share/memory/metaspaceShared.hpp

Print this page

*** 117,126 **** --- 117,127 ---- static void set_archive_loading_failed() { _archive_loading_failed = true; } static bool map_shared_spaces(FileMapInfo* mapinfo) NOT_CDS_RETURN_(false); static void initialize_shared_spaces() NOT_CDS_RETURN; + static void stop_sharing_and_unmap(const char* msg) NOT_CDS_RETURN; // Return true if given address is in the shared metaspace regions (i.e., excluding any // mapped shared heap regions.) static bool is_in_shared_metaspace(const void* p) { // If no shared metaspace regions are mapped, MetaspceObj::_shared_metaspace_{base,top} will
< prev index next >