< prev index next >

src/hotspot/share/memory/metaspaceShared.hpp

Print this page

        

*** 294,304 **** 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); #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); --- 294,304 ---- CDS_ONLY(return _remapped_readwrite); NOT_CDS(return false); } static bool try_link_class(InstanceKlass* ik, TRAPS); ! static void link_and_cleanup_shared_classes(bool is_static, TRAPS); #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 >