< prev index next >

src/share/vm/memory/universe.cpp

Print this page

        

*** 366,376 **** // Verify shared interfaces array. assert(_the_array_interfaces_array->at(0) == SystemDictionary::Cloneable_klass(), "u3"); assert(_the_array_interfaces_array->at(1) == SystemDictionary::Serializable_klass(), "u3"); ! MetaspaceShared::fixup_shared_string_regions(); } else #endif { // Set up shared interfaces array. (Do this before supers are set up.) _the_array_interfaces_array->at_put(0, SystemDictionary::Cloneable_klass()); --- 366,376 ---- // Verify shared interfaces array. assert(_the_array_interfaces_array->at(0) == SystemDictionary::Cloneable_klass(), "u3"); assert(_the_array_interfaces_array->at(1) == SystemDictionary::Serializable_klass(), "u3"); ! MetaspaceShared::fixup_mapped_heap_regions(); } else #endif { // Set up shared interfaces array. (Do this before supers are set up.) _the_array_interfaces_array->at_put(0, SystemDictionary::Cloneable_klass());
< prev index next >