< prev index next >

src/hotspot/share/memory/metaspaceShared.hpp

Print this page

*** 145,154 **** --- 145,155 ---- static size_t core_spaces_size() { return _core_spaces_size; } static void initialize_dumptime_shared_and_meta_spaces() NOT_CDS_RETURN; static void initialize_runtime_shared_and_meta_spaces() NOT_CDS_RETURN; + static void post_initialize(TRAPS) NOT_CDS_RETURN; // Delta of this object from the bottom of the archive. static uintx object_delta(void* obj) { assert(DumpSharedSpaces, "supported only for dumping"); assert(shared_rs()->contains(obj), "must be");
*** 248,254 **** --- 249,258 ---- return _cds_i2i_entry_code_buffers_size; } static void relocate_klass_ptr(oop o); static Klass* get_relocated_klass(Klass *k); + + private: + static void read_extra_data(const char* filename, TRAPS) NOT_CDS_RETURN; }; #endif // SHARE_VM_MEMORY_METASPACESHARED_HPP
< prev index next >